ConnectionInfo
- class omni.graph.core.ConnectionInfo
Bases:
pybind11_object
Attribute and connection type in a given graph connection
Methods
__init__
(self, attr, connection_type)Set up the connection info data
Attributes
Attribute being connected
Type of connection
- __init__(self: omni.graph.core._omni_graph_core.ConnectionInfo, attr: omni.graph.core._omni_graph_core.Attribute, connection_type: omni.graph.core._omni_graph_core.ConnectionType) None
Set up the connection info data
- Parameters
attr (omni.graph.core.Attribute) – Attribute in the connection
connection_type (omni.graph.core.ConnectionType) – Type of connection
- property attr
Attribute being connected
- property connection_type
Type of connection