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