Jump to content

[SOLVED] ArrayVector as extern class member


photo

Recommended Posts

Posted

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

Posted

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.

×
×
  • Create New...