sergey.pozhidaev Posted October 6, 2013 Posted October 6, 2013 how make subj? i want make extern class inside my plugin and put ArrayVector as member of class for using as C# list, but my VS2010 compiler do not let me do this) may be better realize my own c#-like list or ArrayVector is better in the world for Unigine? i need to organize some structures for my objects and some links by ids
frustum Posted October 7, 2013 Posted October 7, 2013 Can't exactly understand what are you trying to achieve. You can use any data structures on c++ side: stl, boots, ... Just provide a data set/get functions to the script. source/samples/Api directory contains a lot of samples.
Recommended Posts