IDragAndDropEvent
Interface for drag and drop events.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Interface
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public interface IDragAndDropEvent
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.
Additional Resources: DragEnterEvent, DragExitedEvent, DragLeaveEvent, DragPerformEvent, DragUpdatedEvent, _contextType