eAccessLocation
- class omni.graph.core.eAccessLocation
Bases:
pybind11_objectWhat type of non-attribute data does this node access
Members:
E_USD : Accesses the USD stage data
E_GLOBAL : Accesses data that is not part of the node or node type
E_STATIC : Accesses data that is shared by every instance of a particular node type
E_TOPOLOGY : Accesses information on the topology of the graph to which the node belongs
Methods
__init__(self, value)Attributes
E_GLOBALE_STATICE_TOPOLOGYE_USDvalue- __init__(self: omni.graph.core._omni_graph_core.eAccessLocation, value: int) None
- property name