eAccessType#
Fully qualified name: omni::graph::core::eAccessType
-
enum class omni::graph::core::eAccessType#
How does the node access the data described by the enum eAccessLocation.
Values:
-
enumerator eNone#
There is no access to data of the associated type.
-
enumerator eRead#
There is only read access to data of the associated type.
-
enumerator eWrite#
There is only write access to data of the associated type.
-
enumerator eReadWrite#
There is both read and write access to data of the associated type.
-
enumerator eNone#