Interface IContentFileDragData
Data used for drag and drop of a content file.
Namespace: Gorgon.Editor.UI
Assembly: Gorgon.Editor.API.dll
Syntax
public interface IContentFileDragData
Properties
| Edit this page View SourceCancel
Property to set or return whether to cancel the drag/drop operation.
Declaration
bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
bool |
FilePaths
Property to return the paths to the content files being dragged and dropped.
Declaration
IReadOnlyList<string> FilePaths { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<string> |