ConnectionType#
- class omni.graph.core.ConnectionType#
Bases:
pybind11_objectType of connection)
Members:
CONNECTION_TYPE_REGULAR : Normal connection
CONNECTION_TYPE_DATA_ONLY : Connection only represents data access, not execution flow
CONNECTION_TYPE_EXECUTION : Connection only represents execution flow, not data access
Methods
__init__(self, value)Attributes
CONNECTION_TYPE_DATA_ONLYCONNECTION_TYPE_EXECUTIONCONNECTION_TYPE_REGULARvalue- __init__(
- self: omni.graph.core._omni_graph_core.ConnectionType,
- value: int,
- property name#