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

attr

Attribute being connected

connection_type

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:
property attr#

Attribute being connected

property connection_type#

Type of connection