MemoryVariableStore
Inherits from
System.Object
public class MemoryVariableStore : IVariableStorage
Name | Description |
---|---|
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. |
Last modified 1yr ago