Class SceneVariableScope
Component contains SharedVariable in scene lifetime scope
Inheritance
object
SceneVariableScope
Namespace: Ceres.Graph
Assembly: cs.temp.dll.dll
Syntax
public class SceneVariableScope : MonoBehaviour, IVariableScope, IVariableSource
Properties
GlobalVariables
Declaration
public GlobalVariables GlobalVariables { get; }
Property Value
Type | Description |
---|---|
GlobalVariables |
SharedVariables
Declaration
public List<SharedVariable> SharedVariables { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<T><SharedVariable> |