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

    Class BoltFlowLegacy

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

    Fields

    CollectionsDeprecationWarning

    Declaration
    public const string CollectionsDeprecationWarning = "Use the new generic collections instead."
    Field Value
    Type Description
    String

    CoroutineEventDeprecationWarning

    Declaration
    public const string CoroutineEventDeprecationWarning = "The Coroutine option on event units is obsolete. Use the new Coroutine unit after instead."
    Field Value
    Type Description
    String

    GraphDeprecationWarning

    Declaration
    public const string GraphDeprecationWarning = "Use the new flow graph types instead (function, behaviour, macro)."
    Field Value
    Type Description
    String

    LogicDeprecationWarning

    Declaration
    public const string LogicDeprecationWarning = "Use the new reflected logic operators instead."
    Field Value
    Type Description
    String

    MathDeprecationWarning

    Declaration
    public const string MathDeprecationWarning = "Use the new reflected math operators or functions instead."
    Field Value
    Type Description
    String
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX