eVariableScope#
- class omni.graph.core.eVariableScope#
 Bases:
pybind11_objectScope in which the variable has been made available
Members:
E_PRIVATE : Variable is accessible only to its graph
E_READ_ONLY : Variable can be read by other graphs
E_PUBLIC : Variable can be read/written by other graphs
Methods
__init__(self, value)Attributes
E_PRIVATEE_PUBLICE_READ_ONLYvalue- __init__(
 - self: omni.graph.core._omni_graph_core.eVariableScope,
 - value: int,
 
- property name#