Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DragEnter(DragEnterEvent, IEnumerable<ISelectable>, IDropTarget, ISelection)

This method is automatically called when a drag leave event occurs.
Read time 1 minuteLast updated 7 days ago

Definition

public virtual bool DragEnter(DragEnterEvent evt, IEnumerable<ISelectable> selection, IDropTarget enteredTarget, ISelection dragSource)

Parameters

The event.

The selected elements.

enteredTarget

The drop target.

dragSource

The drag source.

Returns

Type

Description

boolReturns event propagation.