Search Results for

    Show / Hide Table of Contents

    Class SceneVariableScope

    Component contains SharedVariable in scene lifetime scope

    Inheritance
    object
    SceneVariableScope
    Implements
    IVariableScope
    IVariableSource
    Namespace: Ceres.Graph
    Assembly: cs.temp.dll.dll
    Syntax
    public class SceneVariableScope : MonoBehaviour, IVariableScope, IVariableSource

    Properties

    GlobalVariables

    Declaration
    public GlobalVariables GlobalVariables { get; }
    Property Value
    Type Description
    GlobalVariables

    SharedVariables

    Declaration
    public List<SharedVariable> SharedVariables { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<T><SharedVariable>

    Implements

    IVariableScope
    IVariableSource
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX