Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DragAndDropData

Data stored during drag-and-drop operations, enabling information to be carried throughout the process.
Read time 1 minuteLast updated 3 days ago

Definition

public abstract class DragAndDropData

Properties

Property

Description

entityIdsEntity Ids being dragged.
pathsA list of paths to the assets being dragged.
sourceThe object that started the drag.
visualModeThe state of the current drag operation.

Methods

Method

Description

GetGenericDataGets data associated with the current drag-and-drop operation.
SetGenericDataSets data associated with the current drag-and-drop operation.