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

GraphView.GetPortCenterOverride

マニュアルに切り替える
public bool GetPortCenterOverride (Experimental.GraphView.Port port, out Vector2 overriddenPosition);

パラメーター

port The specific port.
overriddenPosition The overridden position, if the port is overridden. Set to Vector2.zero otherwise.

戻り値

bool Returns true if the port center is overridden, false otherwise.

説明

Gets another location for a specific port and checks if the port has an overridden position.

Used when nodes are hidden and edges redirect elsewhere.