Experimental: this API is experimental and might be changed or removed in the future.

Port.ConnectTo

Switch to Manual

Parameters

otherOther port to connect to.

Returns

Edge Newly created edge.

Description

Creates an edge between this port and the 'other' port.

The new edge still needs to be added to the graph.


public T ConnectTo (Experimental.GraphView.Port other);

Parameters

otherOther port to connect to.

Returns

T Newly created edge.

Description

Creates an edge between this port and the 'other' port.

The new edge still needs to be added to the graph.