Version: 2021.3
언어: 한국어
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.