Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DragAndDropEventBase<T>

Base class for drag and drop events.
Read time 2 minutesLast updated 4 days ago

Definition

public abstract class DragAndDropEventBase<T> : MouseEventBase<T>, IDisposable, IMouseEvent, IDragAndDropEvent where T : DragAndDropEventBase<T>, new()

Remarks

Drag and drop events are only available on Editor-type Panels.
Refer to the Drag-and-drop events manual page for more information and examples.

Inheritance