Soda - ScriptableObject Dependency Architecture
Home
Type Index
Soda - ScriptableObject Dependency Architecture
Docs
»
ISavestateReader
ISavestateReader
interface
ISavestateReader
Provides operations for deserializing data from any source.
Methods
void PreLoad()
bool HasKey(string key)
bool GetBool(string key)
int GetInt(string key)
float GetFloat(string key)
string GetString(string key)
T[] GetComposed<T>(string key)
T[] GetComposed<T>(string key, string delimiter)
void PostLoad()