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

StackNode.DragEnter

public bool DragEnter(UIElements.DragEnterEvent evt, IEnumerable<ISelectable> selection, Experimental.GraphView.IDropTarget enteredTarget, Experimental.GraphView.ISelection dragSource);

Parameters

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

Returns

bool Returns event propagation.

Description

This method is automatically called when a drag leave event occurs.