Version: 2021.3
言語: 日本語
Experimental: this API is experimental and might be changed or removed in the future.

IDropTarget.DragEnter

マニュアルに切り替える
public bool DragEnter (UIElements.DragEnterEvent evt, IEnumerable<ISelectable> selection, Experimental.GraphView.IDropTarget enteredTarget, Experimental.GraphView.ISelection dragSource);

パラメーター

evt The event.
selection The selected elements.
enteredTarget The drop target.
dragSource The drag source.

戻り値

bool Returns event propagation.

説明

This method is automatically called when the dragged source intersects the drop target.