INode#
- class omni.activity.core.INode#
Bases:
_INode
@brief Node can contain other nodes and events.
Methods
__init__
(*args, **kwargs)Overloaded function.
get_child
(self, n)@brief Get the child node
get_event
(self, n)@brief Get the activity
Attributes
child_count
event_count
name
- __init__(*args, **kwargs)#
Overloaded function.
__init__(self: omni.activity.core._activity.INode, arg0: omni.core._core.IObject) -> None
__init__(self: omni.activity.core._activity.INode) -> None
- get_child(
- self: omni.activity.core._activity._INode,
- n: int,
@brief Get the child node
- get_event(
- self: omni.activity.core._activity._INode,
- n: int,
@brief Get the activity