StaticdataData being currently dragged or dropped. Drag and drop must be currently in progress or have finished this frame for this data to be valid.
StaticdragDetermines if a drag and drop operation in progress this frame.
StaticdropDetermines if a drag and drop operation finished this frame.
StatictypeType of data being currently dragged or dropped.
StaticcancelStaticstartStarts a new drag and drop operations. Drag and drop operation ends automatically when the mouse button is released.
Data to drag around. This will be passed to the element that accepts the drop operation.
The DragDrop class provides drag and drop events within the engine.
Note
Operating specific drag and drop events are not handled by this class.