DragDropPayload Type
Represents a payload for editor drag and drop operations.
Union cases
| Union case | Description |
Full Usage:
DragDropAsset(AssetTagStr, AssetTag)
Parameters:
string
AssetTag : AssetTag
|
|
|
|
Full Usage:
DragDropUserDefined obj
Parameters:
obj
|
|
Instance members
| Instance member | Description |
Full Usage:
this.IsDragDropAsset
Returns: bool
|
|
Full Usage:
this.IsDragDropEntity
Returns: bool
|
|
Full Usage:
this.IsDragDropUserDefined
Returns: bool
|
|
Nu