Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DragPerform(DragPerformEvent, IEnumerable<ISelectable>, IDropTarget, ISelection)

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

Definition

public virtual bool DragPerform(DragPerformEvent 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.