Table of Contents

Class GameVariableScope

Namespace
Ceres.Graph
Assembly
cs.temp.dll.dll

Component contains SharedVariable in game lifetime scope

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

Properties

GlobalVariables

public GlobalVariables GlobalVariables { get; }

Property Value

GlobalVariables

SharedVariables

public List<SharedVariable> SharedVariables { get; }

Property Value

List<SharedVariable>

Methods

IsCurrentScope()

public bool IsCurrentScope()

Returns

bool