SavegameController Class |
Namespace: SavegamePro.Components
public class SavegameController : MonoBehaviour
The SavegameController type exposes the following members.
| Name | Description | |
|---|---|---|
| SavegameController | Initializes a new instance of the SavegameController class |
| Name | Description | |
|---|---|---|
| enabled | (Inherited from Behaviour.) | |
| gameObject | (Inherited from Component.) | |
| hideFlags | (Inherited from Object.) | |
| isActiveAndEnabled | (Inherited from Behaviour.) | |
| name | (Inherited from Object.) | |
| runInEditMode | (Inherited from MonoBehaviour.) | |
| tag | (Inherited from Component.) | |
| transform | (Inherited from Component.) | |
| useGUILayout | (Inherited from MonoBehaviour.) |
| Name | Description | |
|---|---|---|
| BroadcastMessage(String) | (Inherited from Component.) | |
| BroadcastMessage(String, Object) | (Inherited from Component.) | |
| BroadcastMessage(String, SendMessageOptions) | (Inherited from Component.) | |
| BroadcastMessage(String, Object, SendMessageOptions) | (Inherited from Component.) | |
| CancelInvoke | (Inherited from MonoBehaviour.) | |
| CancelInvoke(String) | (Inherited from MonoBehaviour.) | |
| CompareTag | (Inherited from Component.) | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetComponent(Type) | (Inherited from Component.) | |
| GetComponent(String) | (Inherited from Component.) | |
| GetComponent``1 | (Inherited from Component.) | |
| GetComponentInChildren(Type) | (Inherited from Component.) | |
| GetComponentInChildren(Type, Boolean) | (Inherited from Component.) | |
| GetComponentInChildren``1 | (Inherited from Component.) | |
| GetComponentInChildren``1(Boolean) | (Inherited from Component.) | |
| GetComponentInParent(Type) | (Inherited from Component.) | |
| GetComponentInParent``1 | (Inherited from Component.) | |
| GetComponents(Type) | (Inherited from Component.) | |
| GetComponents(Type, ListComponent) | (Inherited from Component.) | |
| GetComponents``1 | (Inherited from Component.) | |
| GetComponents``1(ListUMP) | (Inherited from Component.) | |
| GetComponentsInChildren(Type) | (Inherited from Component.) | |
| GetComponentsInChildren(Type, Boolean) | (Inherited from Component.) | |
| GetComponentsInChildren``1 | (Inherited from Component.) | |
| GetComponentsInChildren``1(Boolean) | (Inherited from Component.) | |
| GetComponentsInChildren``1(ListUMP) | (Inherited from Component.) | |
| GetComponentsInChildren``1(Boolean, ListUMP) | (Inherited from Component.) | |
| GetComponentsInParent(Type) | (Inherited from Component.) | |
| GetComponentsInParent(Type, Boolean) | (Inherited from Component.) | |
| GetComponentsInParent``1 | (Inherited from Component.) | |
| GetComponentsInParent``1(Boolean) | (Inherited from Component.) | |
| GetComponentsInParent``1(Boolean, ListUMP) | (Inherited from Component.) | |
| GetHashCode | (Inherited from Object.) | |
| GetInstanceID | (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Invoke | (Inherited from MonoBehaviour.) | |
| InvokeRepeating | (Inherited from MonoBehaviour.) | |
| IsInvoking | (Inherited from MonoBehaviour.) | |
| IsInvoking(String) | (Inherited from MonoBehaviour.) | |
| Load |
Method for loading logic.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Save |
Method for saving logic.
| |
| SendMessage(String) | (Inherited from Component.) | |
| SendMessage(String, Object) | (Inherited from Component.) | |
| SendMessage(String, SendMessageOptions) | (Inherited from Component.) | |
| SendMessage(String, Object, SendMessageOptions) | (Inherited from Component.) | |
| SendMessageUpwards(String) | (Inherited from Component.) | |
| SendMessageUpwards(String, Object) | (Inherited from Component.) | |
| SendMessageUpwards(String, SendMessageOptions) | (Inherited from Component.) | |
| SendMessageUpwards(String, Object, SendMessageOptions) | (Inherited from Component.) | |
| StartCoroutine(String) | (Inherited from MonoBehaviour.) | |
| StartCoroutine(IEnumerator) | (Inherited from MonoBehaviour.) | |
| StartCoroutine(String, Object) | (Inherited from MonoBehaviour.) | |
| StartCoroutine_Auto | Obsolete. (Inherited from MonoBehaviour.) | |
| StopAllCoroutines | (Inherited from MonoBehaviour.) | |
| StopCoroutine(IEnumerator) | (Inherited from MonoBehaviour.) | |
| StopCoroutine(Coroutine) | (Inherited from MonoBehaviour.) | |
| StopCoroutine(String) | (Inherited from MonoBehaviour.) | |
| ToString | (Inherited from Object.) | |
| TryGetComponent(Type, Component) | (Inherited from Component.) | |
| TryGetComponent``1(UMP) | (Inherited from Component.) |
| Name | Description | |
|---|---|---|
| loadKeyCode |
KeyCode for loading
| |
| savegameFilename |
Savegame filename
| |
| saveKeyCode |
KeyCode for saving
|