Table of Contents

Class SceneVariableScope

Namespace
Ceres.Graph
Assembly
Ceres.Graph.dll

Component contains SharedVariable in scene lifetime scope

public class SceneVariableScope : MonoBehaviour, IVariableScope, IVariableSource
Inheritance
SceneVariableScope
Implements

Constructors

SceneVariableScope()

public SceneVariableScope()

Properties

GlobalVariables

Scope based global variables

public GlobalVariables GlobalVariables { get; }

Property Value

GlobalVariables

SharedVariables

public List<SharedVariable> SharedVariables { get; }

Property Value

List<SharedVariable>