Class GameVariableScope
Component contains SharedVariable in game lifetime scope
public class GameVariableScope : ScriptableObject, IVariableScope, IVariableSource
- Inheritance
-
objectGameVariableScope
- Implements
Properties
GlobalVariables
public GlobalVariables GlobalVariables { get; }
Property Value
SharedVariables
public List<SharedVariable> SharedVariables { get; }
Property Value
- List<SharedVariable>
Methods
IsCurrentScope()
public bool IsCurrentScope()
Returns
- bool