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