Class GameVariableScope
Component contains SharedVariable in game lifetime scope
Inheritance
object
    GameVariableScope
  Namespace: Ceres.Graph
Assembly: cs.temp.dll.dll
Syntax
public class GameVariableScope : ScriptableObject, 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 | 
|---|---|
| List<><SharedVariable> | 
Methods
IsCurrentScope()
Declaration
public bool IsCurrentScope()
  Returns
| Type | Description | 
|---|---|
| bool |