Feel
4.3
The best way to improve your game's feel and make it extra juicy
|
This save load method saves and loads files as binary files More...
Public Member Functions | |
void | Save (object objectToSave, FileStream saveFile) |
Saves the specified object to disk at the specified location after serializing it More... | |
object | Load (System.Type objectType, FileStream saveFile) |
Loads the specified file from disk and deserializes it More... | |
This save load method saves and loads files as binary files
object MoreMountains.Tools.MMSaveLoadManagerMethodBinary.Load | ( | System.Type | objectType, |
FileStream | saveFile | ||
) |
Loads the specified file from disk and deserializes it
objectType | |
saveFile |
Implements MoreMountains.Tools.IMMSaveLoadManagerMethod.
void MoreMountains.Tools.MMSaveLoadManagerMethodBinary.Save | ( | object | objectToSave, |
FileStream | saveFile | ||
) |
Saves the specified object to disk at the specified location after serializing it
objectToSave | |
saveFile |
Implements MoreMountains.Tools.IMMSaveLoadManagerMethod.