Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DragVisualMode

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

Definition

public enum DragVisualMode

Fields

Value

Description

CopyThe drag-and-drop handlers want to copy data.
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.