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 Drag
Declaration
public DragActorType(Func<ScriptType, bool> validateFunction)
Parameters
System. The validation function |