| ConfigStorage Class |
Namespace: GeonBit.Managers
public class ConfigStorage : IManager
The ConfigStorage type exposes the following members.
| Name | Description | |
|---|---|---|
| Draw |
Called every frame during the Draw() process.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| FixedUpdate |
Called every constant X seconds during the Update() phase.
| |
| GetT |
Get config value.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Initialize |
Init Storage manager.
| |
| Set |
Set config value.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Update |
Called every frame during the Update() phase.
|
| Name | Description | |
|---|---|---|
| ConfigFolderPath |
Path to hold the config storage files, relative to the GameData folder.
| |
| FilesFormat |
Config files format.
| |
| MaxRecordsInCache |
Max records we allow to store in cache.
| |
| UseKeysHashAsFilename |
If true, will use keys hash as filenames.
If false, filenames will just be the keys (watch out not to give keys that cannot
be a valid filename!).
|