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