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

IEdgeConnectorListener

interface in UnityEditor.Experimental.UIElements.GraphView

Switch to Manual

Description

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 Functions

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