IVariableStorage
Interface in Yarn
Summary
Provides a mechanism for storing values.
public interface IVariableStorage : IVariableAccessMethods
| Name | Description |
|---|---|
| Clear() | Removes all variables from storage. |
| SetValue(string,bool) | Stores a bool in this VariableStorage. |
| SetValue(string,float) | Stores a float in this VariableStorage. |
| SetValue(string,string) | Stores a string in this VariableStorage. |