A simple class used in the MMSaveLoadTestScene to test the MMSaveLoadManager class.
More...
|
| virtual void | Save () |
| | Saves the contents of the TestObject into a file.
|
| virtual void | Load () |
| | Loads the saved data.
|
A simple class used in the MMSaveLoadTestScene to test the MMSaveLoadManager class.
◆ InitializeSaveLoadMethod()
| virtual void MoreMountains.Tools.MMSaveLoadTester.InitializeSaveLoadMethod |
( |
| ) |
|
|
protectedvirtual |
◆ Load()
| virtual void MoreMountains.Tools.MMSaveLoadTester.Load |
( |
| ) |
|
|
virtual |
◆ Reset()
| virtual void MoreMountains.Tools.MMSaveLoadTester.Reset |
( |
| ) |
|
|
protectedvirtual |
Resets all saves by deleting the whole folder.
◆ Save()
| virtual void MoreMountains.Tools.MMSaveLoadTester.Save |
( |
| ) |
|
|
virtual |
Saves the contents of the TestObject into a file.
◆ _saveLoadManagerMethod
◆ EncryptionKey
| string MoreMountains.Tools.MMSaveLoadTester.EncryptionKey = "ThisIsTheKey" |
the key to use to encrypt the file (if needed)
◆ FileName
| string MoreMountains.Tools.MMSaveLoadTester.FileName = "TestObject" |
the name of the file to save
◆ FolderName
| string MoreMountains.Tools.MMSaveLoadTester.FolderName = "MMTest/" |
the name of the destination folder
◆ SaveFileExtension
| string MoreMountains.Tools.MMSaveLoadTester.SaveFileExtension = ".testObject" |
◆ SaveLoadMethod
the chosen save method (json, encrypted json, binary, encrypted binary)
◆ TestLoadButton
| bool MoreMountains.Tools.MMSaveLoadTester.TestLoadButton |
◆ TestResetButton
| bool MoreMountains.Tools.MMSaveLoadTester.TestResetButton |
◆ TestSaveButton
| bool MoreMountains.Tools.MMSaveLoadTester.TestSaveButton |
The documentation for this class was generated from the following file: