eVariableScope
Fully qualified name: omni::graph::core::eVariableScope
-
enum class omni::graph::core::eVariableScope
Scope in which the variable has been made available.
Values:
-
enumerator ePrivate
Variable is accessible only to its graph.
-
enumerator eReadOnly
Variable can be read by other graphs.
-
enumerator ePublic
Variable can be read/written by other graphs.