Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
override void | Elect () |
abstract void | Elect () |
Static Public Member Functions | |
static bool | Exists () |
Protected Member Functions | |
void | Abdicate () |
virtual void | OnDestroy () |
Properties | |
static T?? | Instance [get] |
static T | InstanceOrNull [get] |
static Transform | STransform [get] |
static Vector3 | SPosition [get, set] |
static GameObject | SGameObject [get] |
Static Private Attributes | |
static T | myInstance |
T | : | MonoBehaviour |
Definition at line 3 of file ManlySingleton.cs.
|
inlineprotected |
Definition at line 59 of file ManlySingleton.cs.
References ManlySingleton< T >.myInstance.
|
inlinevirtual |
Implements SingletonBase.
Definition at line 54 of file ManlySingleton.cs.
References ManlySingleton< T >.myInstance.
|
inlinestatic |
Definition at line 49 of file ManlySingleton.cs.
References ManlySingleton< T >.InstanceOrNull.
|
inlineprotectedvirtual |
Definition at line 67 of file ManlySingleton.cs.
References ManlySingleton< T >.myInstance.
|
staticprivate |
Definition at line 5 of file ManlySingleton.cs.
Referenced by ManlySingleton< T >.Abdicate(), ManlySingleton< T >.Elect(), and ManlySingleton< T >.OnDestroy().
|
staticget |
Definition at line 7 of file ManlySingleton.cs.
Referenced by UiInputField.Start().
|
staticget |
Definition at line 31 of file ManlySingleton.cs.
Referenced by ManlySingleton< T >.Exists().
|
staticget |
Definition at line 47 of file ManlySingleton.cs.
|
staticgetset |
Definition at line 35 of file ManlySingleton.cs.
|
staticget |
Definition at line 33 of file ManlySingleton.cs.