NodeEvent#
- class omni.graph.core.NodeEvent#
- Bases: - pybind11_object- Node modification event. - Members: - CREATE_ATTRIBUTE : Attribute was created - REMOVE_ATTRIBUTE : Attribute was removed - ATTRIBUTE_TYPE_RESOLVE : Extended attribute type was resolved - Methods - __init__(self, value)- Attributes - ATTRIBUTE_TYPE_RESOLVE- CREATE_ATTRIBUTE- REMOVE_ATTRIBUTE- value- __init__(
- self: omni.graph.core._omni_graph_core.NodeEvent,
- value: int,
 - property name#