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.

  1. __init__(self: omni.activity.core._activity.INode, arg0: omni.core._core.IObject) -> None

  2. __init__(self: omni.activity.core._activity.INode) -> None

get_child(
self: omni.activity.core._activity._INode,
n: int,
) omni.activity.core._activity.INode#

@brief Get the child node

get_event(
self: omni.activity.core._activity._INode,
n: int,
) omni.activity.core._activity.IEvent#

@brief Get the activity