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

Port.ConnectTo

マニュアルに切り替える

パラメーター

otherOther port to connect to.

戻り値

Edge Newly created edge.

説明

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);

パラメーター

otherOther port to connect to.

戻り値

T Newly created edge.

説明

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

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