Data stored during drag-and-drop operations, enabling information to be carried throughout the process.
| Property | Description |
|---|---|
| paths | A list of paths to the assets being dragged. |
| source | The object that started the drag. |
| unityObjectReferences | Unity Object references being dragged. |
| visualMode | The state of the current drag operation. |
| Method | Description |
|---|---|
| GetGenericData | Gets data associated with the current drag-and-drop operation. |
| SetGenericData | Sets data associated with the current drag-and-drop operation. |