Class SceneVariableScope
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
SharedVariables
public List<SharedVariable> SharedVariables { get; }