Unigine.ObjectDummy Class
Inherits: | Object |
A dummy object can be used when an invisible object with physical properties is required. For example, as a base object to hold visible physical object fixed by using joints. It can also serve a root node to organize hierarchy same as NodeDummy.
ObjectDummy Class
Members
static ObjectDummy()
Constructor. Creates a new dummy object.ObjectDummy cast(Node node)
Casts an ObjectDummy out of the Node instance.Arguments
- Node node - Node instance.
Return value
ObjectDummy instance.ObjectDummy cast(Object base)
Casts an ObjectDummy out of the Object instance.Arguments
- Object base - Object instance.
Return value
ObjectDummy instance.int type()
Returns the type of the node.Return value
Object type identifier.Last update: 2018-08-10
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)