Class: SaveGame
This page documents the methods and fields available in the SaveGame class.
Members
| Signature | Description |
|---|---|
deleteAll() | Removes all from the collection. |
deleteBoolean(String) | Removes boolean from the collection. |
deleteColor(String) | Removes color from the collection. |
deleteFloat(String) | Removes float from the collection. |
deleteInt(String) | Removes int from the collection. |
deleteQuaternion(String) | Removes quaternion from the collection. |
deleteString(String) | Removes string from the collection. |
deleteVector2(String) | Removes vector2 from the collection. |
deleteVector3(String) | Removes vector3 from the collection. |
loadBoolean(String) | Loads boolean into the object. |
loadColor(String) | Loads color into the object. |
loadFloat(String) | Loads float into the object. |
loadInt(String) | Loads int into the object. |
loadQuaternion(String) | Loads quaternion into the object. |
loadString(String) | Loads string into the object. |
loadVector2(String) | Loads vector2 into the object. |
loadVector3(String) | Loads vector3 into the object. |
saveBoolean(String, boolean) | Saves boolean from the object. |
saveColor(String, Color) | Saves color from the object. |
saveFloat(String, float) | Saves float from the object. |
saveInt(String, int) | Saves int from the object. |
saveQuaternion(String, Quaternion) | Saves quaternion from the object. |
saveString(String, String) | Saves string from the object. |
saveVector2(String, Vector2) | Saves vector2 from the object. |
saveVector3(String, Vector3) | Saves vector3 from the object. |