Class GameVariableScope
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
SharedVariables
public List<SharedVariable> SharedVariables { get; }
Property Value
Methods
IsCurrentScope()
public bool IsCurrentScope()