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.UIElements.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.