omni::graph::core::eAccessType

Defined in omni/graph/core/ISchedulingHints.h

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.