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