GraphEvent

class omni.graph.core.GraphEvent

Graph modification event.

Members:

CREATE_VARIABLE

REMOVE_VARIABLE

Methods

__init__(self, value)

Attributes

CREATE_VARIABLE

REMOVE_VARIABLE

name

value

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