Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DragUpdated(DragUpdatedEvent, IEnumerable<ISelectable>, IDropTarget, ISelection)

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

Definition

public virtual bool DragUpdated(DragUpdatedEvent evt, IEnumerable<ISelectable> selection, IDropTarget dropTarget, ISelection dragSource)

Parameters

The event.

The selected elements.

dropTarget

The drop target.

dragSource

The drag source.

Returns

Type

Description

boolReturns event propagation.