IVariableStorage
Last updated
Last updated
Interface in Yarn
Provides a mechanism for storing and retrieving instances of the Yarn.Value
class.
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.