Class DragDataText
The drag and drop text data.
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
|