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.