2.3 (Current)
Search
K
Links

MemoryVariableStore

Class in Yarn
Inherits from System.Object

Summary

A simple concrete implementation of IVariableStorage that keeps all variables in memory.
public class MemoryVariableStore : IVariableStorage

Methods

Name
Description
Clear()
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 24d ago