Interface in Yarn
Provides a mechanism for storing values.
public interface IVariableStorage : IVariableAccess
Clear()
Removes all variables from storage.
SetValue(string,bool)
Stores a bool in this VariableStorage.
bool
SetValue(string,float)
Stores a float in this VariableStorage.
float
SetValue(string,string)
Stores a string in this VariableStorage.
string
Last updated 8 months ago
Was this helpful?