This version of documentation is OUTDATED! Please switch to the latest one.
NodeReference Class
Interface for node reference handling. See also the UnigineScript analog.
To use this class, include the UnigineNodeReference.h file.
NodeReference Class
Members
NodeReference (const char * name)
Constructor. Creates a new object that references a node from a given file.Arguments
- const char * name - Path to a *.node file.
const char * getNodeName ()
Returns the path to the referenced *.node file.Return value
Path to the referenced *.node file.int setNodeName (const char * name)
Sets a reference to a new *.node fileArguments
- const char * name - Path to a *.node file.
Return value
Returns 1 if the new reference is set successfully; otherwise, 0.Ptr<Node> getReference ()
Return value
Ptr<Node> detachReference ()
Return value
Last update: 2017-07-03
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)