Search Results for

    Show / Hide Table of Contents

    Class DragActorType

    Actor type drag handler.

    Inheritance
    System.Object
    FlaxEditor.GUI.Drag.DragHelper
    DragHelper<FlaxEditor.Scripting.ScriptType, DragEventArgs>
    DragActorType<DragEventArgs>
    DragActorType
    Inherited Members
    DragActorType<DragEventArgs>.DragPrefix
    DragActorType<DragEventArgs>.ToDragData(ScriptType)
    DragActorType<DragEventArgs>.ToDragData(IEnumerable<ScriptType>)
    DragActorType<DragEventArgs>.GetDragData(Type)
    DragActorType<DragEventArgs>.GetDragData(ScriptType)
    DragActorType<DragEventArgs>.FromDragData(DragData)
    DragHelper<ScriptType, DragEventArgs>.Objects
    DragHelper<ScriptType, DragEventArgs>.ToDragData(ScriptType)
    DragHelper<ScriptType, DragEventArgs>.ToDragData(IEnumerable<ScriptType>)
    DragHelper<ScriptType, DragEventArgs>.FromDragData(DragData)
    DragHelper<ScriptType, DragEventArgs>.DragDrop(DragEventArgs, IEnumerable<ScriptType>)
    DragHelper<ScriptType, DragEventArgs>.InvalidDrag()
    DragHelper<ScriptType, DragEventArgs>.OnDragEnter(DragData)
    DragHelper<ScriptType, DragEventArgs>.OnDragLeave()
    DragHelper<ScriptType, DragEventArgs>.OnDragDrop()
    DragHelper<ScriptType, DragEventArgs>.OnDragDrop(DragEventArgs)
    DragHelper<ScriptType, DragEventArgs>.HasValidDrag
    DragHelper<ScriptType, DragEventArgs>.Effect
    DragHelper<ScriptType, DragEventArgs>.ValidateFunction
    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

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat