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

IEdgeConnectorListener

interface in UnityEditor.Experimental.UIElements.GraphView

Cambiar al Manual

Descripción

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

Funciones Públicas

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