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

IEdgeConnectorListener.OnDrop

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

Parameters

graphViewReference to the GraphView.
edgeThe edge being created.

Description

Called when a new edge is dropped on a port.