Class DefaultSettingsSaveLoad
- Namespace
- Zorro.Settings
- Assembly
- Zorro.Settings.Runtime.dll
public class DefaultSettingsSaveLoad : ISettingsSaveLoad
- Inheritance
-
DefaultSettingsSaveLoad
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
DefaultSettingsSaveLoad()
public DefaultSettingsSaveLoad()
Methods
SaveFloat(Type, float)
public void SaveFloat(Type type, float value)
Parameters
type Type
value float
SaveInt(Type, int)
public void SaveInt(Type type, int value)
Parameters
type Type
value int
SaveString(Type, string)
public void SaveString(Type type, string value)
Parameters
type Type
value string
TryGetString(Type, out string)
public bool TryGetString(Type type, out string value)
Parameters
type Type
value string
Returns
- bool
TryLoadFloat(Type, out float)
public bool TryLoadFloat(Type type, out float value)
Parameters
type Type
value float
Returns
- bool
TryLoadInt(Type, out int)
public bool TryLoadInt(Type type, out int value)
Parameters
type Type
value int
Returns
- bool
WriteToDisk()
public void WriteToDisk()