eAccessType
- class omni.graph.core.eAccessType
Bases:
pybind11_objectHow 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_NONEE_READE_READ_WRITEE_WRITEvalue- __init__(self: omni.graph.core._omni_graph_core.eAccessType, value: int) None
- property name