Jump to content

[SOLVED] С++ API Unigine types cast


photo

Recommended Posts

Posted

Hi, how i can get ObjectPtr from NodePtr?

Posted

i ve created NodeReference:

NodeReferencePtr ref = NodeReference::create(path);

i can get NodePtr from it, how get Objects in this node?

Posted

thanks, i used ObjectPtr object = Object::create(node);

×
×
  • Create New...