Search Results for

    Show / Hide Table of Contents

    Class DragDataText

    The drag and drop text data.

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

    Constructors

    DragDataText(String)

    Initializes a new instance of the DragDataText class.

    Declaration
    public DragDataText(string text)
    Parameters
    System.String text

    The text.

    Fields

    Text

    The text.

    Declaration
    public readonly string Text
    Field Value
    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