Table of Contents

Class GameVariableScope

Namespace
Ceres.Graph
Assembly
Ceres.Graph.dll

Component contains SharedVariable in game lifetime scope

public class GameVariableScope : ScriptableObject, IVariableScope, IVariableSource
Inheritance
GameVariableScope
Implements

Constructors

GameVariableScope()

public GameVariableScope()

Properties

GlobalVariables

Scope based global variables

public GlobalVariables GlobalVariables { get; }

Property Value

GlobalVariables

SharedVariables

public List<SharedVariable> SharedVariables { get; }

Property Value

List<SharedVariable>

Methods

IsCurrentScope()

public bool IsCurrentScope()

Returns

bool