GraphRegistryEvent
- class omni.graph.core.GraphRegistryEvent
Bases:
pybind11_object
Graph 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_ADDED
NODE_TYPE_CATEGORY_CHANGED
NODE_TYPE_NAMESPACE_CHANGED
NODE_TYPE_REMOVED
STAGE_PRE_ATTACH
value
- __init__(self: omni.graph.core._omni_graph_core.GraphRegistryEvent, value: int) None
- property name