ConnectionType

class omni.graph.core.ConnectionType

Bases: pybind11_object

Type 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_ONLY

CONNECTION_TYPE_EXECUTION

CONNECTION_TYPE_REGULAR

name

value

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