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

    Class BoltFlowDragAndDrop

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

    Fields

    VariableDataKey

    Declaration
    public static readonly string VariableDataKey
    Field Value
    Type Description
    String

    Properties

    draggedVariable

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

    isDraggingVariable

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

    Methods

    DragVariable(FlowGraphVariable)

    Declaration
    public static void DragVariable(FlowGraphVariable variable)
    Parameters
    Type Name Description
    FlowGraphVariable variable
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX