Class DragControlType
Control type drag handler.
Inheritance
System.Object
    FlaxEditor.GUI.Drag.DragHelper
    
    
    DragControlType
    Namespace: FlaxEditor.GUI.Drag
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class DragControlType : DragActorType<DragEventArgs>Constructors
DragControlType(Func<ScriptType, Boolean>)
Initializes a new instance of the DragControlType class.
Declaration
public DragControlType(Func<ScriptType, bool> validateFunction)Parameters
| System.Func<FlaxEditor.Scripting.ScriptType, System.Boolean>
        validateFunction The validation function |