Search Results for

    Show / Hide Table of Contents

    Class ViewportDragHandlers.DragDropEventArgs

    The custom drag drop event arguments.

    Inheritance
    System.Object
    DragEventArgs
    ViewportDragHandlers.DragDropEventArgs
    Namespace: FlaxEditor.Viewport
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public class DragDropEventArgs : DragEventArgs

    Constructors

    DragDropEventArgs()

    Declaration
    public DragDropEventArgs()

    Fields

    Hit

    The hit.

    Declaration
    public SceneGraphNode Hit
    Field Value
    FlaxEditor.SceneGraph.SceneGraphNode

    HitLocation

    The hit location.

    Declaration
    public Vector3 HitLocation
    Field Value
    Vector3

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.DeepClone<T>(T)
    Extensions.RawClone<T>(T)

    See Also

    DragEventArgs
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat