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

IDropTarget.DragUpdated

public bool DragUpdated(UIElements.DragUpdatedEvent evt, IEnumerable<ISelectable> selection, Experimental.GraphView.IDropTarget dropTarget, Experimental.GraphView.ISelection dragSource);

Parameters

evtThe event.
selectionThe selected elements.
dropTargetThe drop target.
dragSourceThe drag source.

Returns

bool Returns event propagation.

Description

This method is automatically called when the drag source is updated.