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

    Class LudiqGraphsLegacy

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

    Fields

    AssetAndComponentsDeprecationWarning

    Declaration
    public const string AssetAndComponentsDeprecationWarning = "Use the new class system to create graph assets and attach them to game objects."
    Field Value
    Type Description
    String

    AssetDeprecationWarning

    Declaration
    public const string AssetDeprecationWarning = "Use the new class system to create class assets."
    Field Value
    Type Description
    String

    ComponentDeprecationWarning

    Declaration
    public const string ComponentDeprecationWarning = "Use the new class component to attach graphs to game objects."
    Field Value
    Type Description
    String

    NestingDeprecationWarning

    Declaration
    public const string NestingDeprecationWarning = "Use the new class graphs to nest graphs instead."
    Field Value
    Type Description
    String
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX