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: 03.07.2017
Помогите сделать статью лучше
Была ли эта статья полезной?
(или выберите слово/фразу и нажмите Ctrl+Enter