eAccessLocation#
- class omni.graph.core.eAccessLocation#
- Bases: - pybind11_object- What 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_GLOBAL- E_STATIC- E_TOPOLOGY- E_USD- value- __init__(
- self: omni.graph.core._omni_graph_core.eAccessLocation,
- value: int,
 - property name#