Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DragVisualMode

The status of a drag-and-drop operation.
Read time 1 minuteLast updated 9 days ago

Definition

public enum DragVisualMode

Fields

Value

Description

CopyThe drag-and-drop handlers want to copy data.
LinkThe drag-and-drop handlers want to reorder or link data without moving or copying it (arrow cursor).
MoveThe drag-and-drop handlers want to move data.
NoneThe drag-and-drop is currently unhandled.
RejectedThe drag-and-drop operation is being rejected by the handlers.