This version of Unity is unsupported.

DragAndDrop

class in UnityEditor

/

Implemented in:UnityEditor

Description

Editor drag & drop operations.

Static Properties

activeControlIDGet or set ID of currently active drag and drop control.
objectReferencesReferences to objects being dragged.
pathsThe file names being dragged.
visualModeThe visual indication of the drag.

Static Methods

AcceptDragAccept a drag operation.
GetGenericDataGet data associated with current drag and drop operation.
PrepareStartDragClears drag & drop data.
SetGenericDataSet data associated with current drag and drop operation.
StartDragStart a drag operation.