Class SceneVariableScope
Component contains SharedVariable in scene lifetime scope
public class SceneVariableScope : MonoBehaviour, IVariableScope, IVariableSource
- Inheritance
-
objectSceneVariableScope
- Implements
Properties
GlobalVariables
public GlobalVariables GlobalVariables { get; }
Property Value
SharedVariables
public List<SharedVariable> SharedVariables { get; }
Property Value
- List<SharedVariable>