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

PlacematContainer.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. Returns false otherwise

描述

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

Use this method for when nodes are hidden by a collapsed placemat and the edges redirect elsewhere.