MemoryVariableStore
Last updated
Was this helpful?
Last updated
Was this helpful?
Class in
Inherits from System.Object
A simple concrete implementation of 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.
Retrieves a value of type T
by name.