Simple Poker Template 0.0.1
|
A static instance is similar to a singleton, but instead of destroying any new instances, it overrides the current instance. More...
Protected Member Functions | |
virtual void | Awake () |
virtual void | OnApplicationQuit () |
Properties | |
static T | Instance [get] |
A static instance is similar to a singleton, but instead of destroying any new instances, it overrides the current instance.
This is handy for resetting the state and saves you doing it manually
T | The type of the singleton MonoBehaviour. |
T | : | MonoBehaviour |
|
protectedvirtual |
Reimplemented in SimplePoker.Singleton< T >, and SimplePoker.PersistentSingleton< T >.
|
protectedvirtual |
|
staticget |