Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

DragVisualMode

enumeration

Description

The status of a drag-and-drop operation.

Properties

None The drag-and-drop is currently unhandled.
Copy The drag-and-drop handlers want to copy data.
Move The drag-and-drop handlers want to move data.
Rejected The drag-and-drop operation is being rejected by the handlers.