GraphEvent#

class omni.graph.core.GraphEvent#

Bases: pybind11_object

Graph 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_VARIABLE

REMOVE_VARIABLE

VARIABLE_TYPE_CHANGE

name

value

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