Search Results for

    Show / Hide Table of Contents

    Class DragDataFiles

    The drag and drop files.

    Inheritance
    System.Object
    DragData
    DragDataFiles
    Namespace: FlaxEngine.GUI
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public class DragDataFiles : DragData

    Constructors

    DragDataFiles(IEnumerable<String>)

    Initializes a new instance of the DragDataFiles class.

    Declaration
    public DragDataFiles(IEnumerable<string> files)
    Parameters
    System.Collections.Generic.IEnumerable<System.String> files

    The files.

    Fields

    Files

    The file paths collection.

    Declaration
    public readonly List<string> Files
    Field Value
    System.Collections.Generic.List<System.String>

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)

    See Also

    DragData
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat