Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Method in MemoryVariableStore
Stores a string
in this VariableStorage.
string
variableName
The name to associate with this variable.
string
stringValue
The string to store.
Method in MemoryVariableStore
Stores a bool
in this VariableStorage.
string
variableName
The name to associate with this variable.
bool
boolValue
The boolean value to store.
string
variableName
The name to associate with this variable.
float
floatValue
The number to store.
Class in Yarn
Inherits from System.Object
A simple concrete implementation of IVariableStorage that keeps all variables in memory.
Removes all variables from storage.
Stores a bool
in this VariableStorage.
Stores a float
in this VariableStorage.
Stores a string
in this VariableStorage.
Gets or sets the Yarn that stores information about the initial values of variables, and is able to produce values for smart variables.
Gets or sets the object to use when evaluating smart variables.