GraphRegistryEvent

class omni.graph.core.GraphRegistryEvent

Graph Registry modification event.

Members:

NODE_TYPE_ADDED

NODE_TYPE_REMOVED

NODE_TYPE_NAMESPACE_CHANGED

NODE_TYPE_CATEGORY_CHANGED

Methods

__init__(self, value)

Attributes

NODE_TYPE_ADDED

NODE_TYPE_CATEGORY_CHANGED

NODE_TYPE_NAMESPACE_CHANGED

NODE_TYPE_REMOVED

name

value

__init__(self: omni.graph.core._omni_graph_core.GraphRegistryEvent, value: int) None
property name