GraphEvent#
- class omni.graph.core.GraphEvent#
 Bases:
pybind11_objectGraph modification event.
Members:
CREATE_VARIABLE : Variable was created
REMOVE_VARIABLE : Variable was removed
VARIABLE_TYPE_CHANGE : Variable type was changed
Methods
__init__(self, value)Attributes
CREATE_VARIABLEREMOVE_VARIABLEVARIABLE_TYPE_CHANGEvalue- __init__(
 - self: omni.graph.core._omni_graph_core.GraphEvent,
 - value: int,
 
- property name#