Table of Contents

Class SceneVariableScope

Namespace
Ceres.Graph
Assembly
cs.temp.dll.dll

Component contains SharedVariable in scene lifetime scope

public class SceneVariableScope : MonoBehaviour, IVariableScope, IVariableSource
Inheritance
object
SceneVariableScope
Implements

Properties

GlobalVariables

public GlobalVariables GlobalVariables { get; }

Property Value

GlobalVariables

SharedVariables

public List<SharedVariable> SharedVariables { get; }

Property Value

List<SharedVariable>