MemoryVariableStore
Summary
public class MemoryVariableStore : IVariableStorageMethods
Name
Description
Properties
Name
Description
Last updated
Was this helpful?
Class in Yarn
Inherits from System.Object
A simple concrete implementation of IVariableStorage that keeps all variables in memory.
public class MemoryVariableStore : IVariableStorageRemoves all variables from storage.
Gets the kind of variable named name .
Stores a bool in this VariableStorage.
Stores a float in this VariableStorage.
Stores a string in this VariableStorage.
Gets or sets the Yarn Program 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.
Last updated
Was this helpful?
Was this helpful?
