Version: 2021.2
言語: 日本語
Experimental: this API is experimental and might be changed or removed in the future.

Port.ConnectTo

マニュアルに切り替える

パラメーター

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

パラメーター

other Other 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.