This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

IEdgeConnectorListener.OnDrop

Declaration

public void OnDrop(Experimental.GraphView.GraphView graphView, RectTransform.Edge edge);

Parameters

graphView Reference to the GraphView.
edge The edge being created.

Description

Called when a new edge is dropped on a port.