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