Unigine::NodeDummy Class
Header: | #include <UnigineNodes.h> |
Inherits: | Node |
A dummy node is a zero-sized node that has no visual representation. It is used to organize the other nodes into a hierarchy: the dummy node serves as a parent node and enables to organize the other nodes that are made its children into a group.
A bounding box of the dummy node is equal to the bounding boxes of all its child nodes combined together.
NodeDummy Class
Members
static NodeDummyPtr create()
Constructor. Creates a dummy node.Ptr<NodeDummy> cast(const Ptr<Node> & node)
Casts a NodeDummy out of the Node instance.Arguments
- const Ptr<Node> & node - Pointer to Node.
Return value
Pointer to NodeDummy.int type()
Returns the type of the node.Return value
NodeDummy type identifier.Last update: 2017-07-03
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)