Class DragNames
Generic items names collection drag handler.
Inheritance
System.Object
FlaxEditor.GUI.Drag.DragHelper
DragNames
Namespace: FlaxEditor.GUI.Drag
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class DragNames : DragNames<DragEventArgs>
Constructors
DragNames(String, Func<String, Boolean>)
Initializes a new instance of the DragNames class.
Declaration
public DragNames(string prefix, Func<string, bool> validateFunction)
Parameters
System.String
prefix
The drag data prefix. |
System.Func<System.String, System.Boolean>
validateFunction
The validation function. |