GraphRegistryEvent
- class omni.graph.core.GraphRegistryEvent
Bases:
pybind11_objectGraph Registry modification event.
Members:
NODE_TYPE_ADDED : Node type was registered
NODE_TYPE_REMOVED : Node type was deregistered
NODE_TYPE_NAMESPACE_CHANGED : Namespace of a node type changed
NODE_TYPE_CATEGORY_CHANGED : Category of a node type changed
STAGE_PRE_ATTACH : A stage is being attached
Methods
__init__(self, value)Attributes
NODE_TYPE_ADDEDNODE_TYPE_CATEGORY_CHANGEDNODE_TYPE_NAMESPACE_CHANGEDNODE_TYPE_REMOVEDSTAGE_PRE_ATTACHvalue- __init__(self: omni.graph.core._omni_graph_core.GraphRegistryEvent, value: int) None
- property name