Class BoltTypeDragAndDrop | Bolt Visual Scripting | 1.4.12
docs.unity3d.com
    Show / Hide Table of Contents

    Class BoltTypeDragAndDrop

    Inheritance
    Object
    BoltTypeDragAndDrop
    Namespace: Ludiq.Bolt
    Syntax
    public static class BoltTypeDragAndDrop

    Fields

    MemberDataKey

    Declaration
    public static readonly string MemberDataKey
    Field Value
    Type Description
    String

    Properties

    draggedEvent

    Declaration
    public static BoltClassEvent draggedEvent { get; }
    Property Value
    Type Description
    BoltClassEvent

    draggedGraph

    Declaration
    public static IBoltClassGraph draggedGraph { get; }
    Property Value
    Type Description
    IBoltClassGraph

    draggedMember

    Declaration
    public static IBoltMember draggedMember { get; }
    Property Value
    Type Description
    IBoltMember

    draggedVariable

    Declaration
    public static BoltClassVariable draggedVariable { get; }
    Property Value
    Type Description
    BoltClassVariable

    isDraggingEvent

    Declaration
    public static bool isDraggingEvent { get; }
    Property Value
    Type Description
    Boolean

    isDraggingGraph

    Declaration
    public static bool isDraggingGraph { get; }
    Property Value
    Type Description
    Boolean

    isDraggingMember

    Declaration
    public static bool isDraggingMember { get; }
    Property Value
    Type Description
    Boolean

    isDraggingVariable

    Declaration
    public static bool isDraggingVariable { get; }
    Property Value
    Type Description
    Boolean

    Methods

    DragMember(IBoltMember)

    Declaration
    public static void DragMember(IBoltMember member)
    Parameters
    Type Name Description
    IBoltMember member
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX