DragVisualMode
The status of a drag-and-drop operation.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public enum DragVisualMode
Fields
Value | Description |
|---|---|
| Copy | The drag-and-drop handlers want to copy data. |
| Link | The drag-and-drop handlers want to reorder or link data without moving or copying it (arrow cursor). |
| Move | The drag-and-drop handlers want to move data. |
| None | The drag-and-drop is currently unhandled. |
| Rejected | The drag-and-drop operation is being rejected by the handlers. |