eAccessType

class omni.graph.core.eAccessType

Bases: pybind11_object

How does the node access the data described by the enum eAccessLocation

Members:

E_NONE : There is no access to data of the associated type

E_READ : There is only read access to data of the associated type

E_WRITE : There is only write access to data of the associated type

E_READ_WRITE : There is both read and write access to data of the associated type

Methods

__init__(self, value)

Attributes

E_NONE

E_READ

E_READ_WRITE

E_WRITE

name

value

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