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