This component, on Awake or on demand, will force a SaveLoadMethod on the MMSaveLoadManager, changing the way it saves data to file. This will impact all classes that use the MMSaveLoadManager (unless they change that method before saving or loading). If you change the method, your previously existing data files won't be compatible, you'll need to delete them and start with new ones.
More...
|
virtual void | Awake () |
| On Awake, we set the MMSaveLoadManager's method to the chosen one More...
|
|
This component, on Awake or on demand, will force a SaveLoadMethod on the MMSaveLoadManager, changing the way it saves data to file. This will impact all classes that use the MMSaveLoadManager (unless they change that method before saving or loading). If you change the method, your previously existing data files won't be compatible, you'll need to delete them and start with new ones.
◆ Awake()
virtual void MoreMountains.Tools.MMSaveLoadManagerMethod.Awake |
( |
| ) |
|
|
protectedvirtual |
On Awake, we set the MMSaveLoadManager's method to the chosen one
◆ SetSaveLoadMethod()
virtual void MoreMountains.Tools.MMSaveLoadManagerMethod.SetSaveLoadMethod |
( |
| ) |
|
|
virtual |
◆ _saveLoadManagerMethod
◆ EncryptionKey
string MoreMountains.Tools.MMSaveLoadManagerMethod.EncryptionKey = "ThisIsTheKey" |
the key to use to encrypt the file (if using an encryption method)
◆ SaveLoadMethod
the method to use to save to file
The documentation for this class was generated from the following file: