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

IEdgeConnectorListener

interface in UnityEditor.Experimental.UIElements.GraphView

マニュアルに切り替える

説明

Used by EdgeConnector manipulator to finish the actual edge creation. Its an interface the user can override and create edges in a different way.

Public 関数

OnDropCalled when a new edge is dropped on a port.
OnDropOutsidePortCalled when edge is dropped in empty space.