Header menu logo Nu

DragDropPayload Type

Represents a payload for editor drag and drop operations.

Union cases

Union case Description

DragDropAsset(AssetTagStr, AssetTag)

Full Usage: DragDropAsset(AssetTagStr, AssetTag)

Parameters:
    AssetTagStr : string
    AssetTag : AssetTag

AssetTagStr : string
AssetTag : AssetTag

DragDropEntity Entity

Full Usage: DragDropEntity Entity

Parameters:
Entity : Entity

DragDropUserDefined obj

Full Usage: DragDropUserDefined obj

Parameters:
    Item : obj

Item : obj

Instance members

Instance member Description

this.IsDragDropAsset

Full Usage: this.IsDragDropAsset

Returns: bool
Returns: bool

this.IsDragDropEntity

Full Usage: this.IsDragDropEntity

Returns: bool
Returns: bool

this.IsDragDropUserDefined

Full Usage: this.IsDragDropUserDefined

Returns: bool
Returns: bool

Type something to start searching.