eVariableScope#

class omni.graph.core.eVariableScope#

Bases: pybind11_object

Scope 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_PRIVATE

E_PUBLIC

E_READ_ONLY

name

value

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