Unigine::NodeLayer Class
Interface for layer node handling. See also the UnigineScript analog.
To use this class, include the UnigineNodeLayer.h file.
Unigine::NodeLayer Class
Members
static Ptr< NodeLayer > create (const NodePtr & node)
NodeLayer constructor.Arguments
- const NodePtr & node - Node smart pointer.
static Ptr< NodeLayer > create (const char * name)
NodeLayer constructor.Arguments
- const char * name - Path to a *.node file.
virtual void setNodeName (const char * name) const =0
Sets a node name.Arguments
- const char * name - Path to a *.node file.
virtual const char * getNodeName () const =0
Gets the node name.Return value
Path to the *.node file.Last update: 2017-07-03
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)