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

Port.ConnectTo

切换到手册

参数

other 要连接到的另一个端口。

返回

Edge 新创建的边缘。

描述

在此端口和另一个 (other) 端口之间创建边缘。

新边缘仍需要添加到图中。


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

参数

other 要连接到的另一个端口。

返回

T 新创建的边缘。

描述

在此端口和另一个 (other) 端口之间创建边缘。

新边缘仍需要添加到图中。