Contains drag and drop data for tool widgets. See <see cref="T:Editor.Widget.DragEvent" />.
Assets |
Interprets Editor.DragData.Text as a list of asset paths or cloud asset URLs,
getting a list of helper objects to access each asset. Generated and cached
internally on first access after Editor.DragData.Text changes.
|
FileOrFolder |
The first file or folder in the drag data.
|
Files |
All files and folders in the drag data.
|
HasFileOrFolder |
Whether the drag data has at least 1 file or folder.
|
Html |
HTML data of the drag and drop event, if any.
|
Object |
An object that can be used to pass drag and drop data
|
Text |
Text data of the drag and drop event.
|
Url |
URL data of the drag and drop event, if any.
|