Simple Poker Template 0.0.1
|
This transforms the static instance into a basic singleton. More...
Protected Member Functions | |
override void | Awake () |
Protected Member Functions inherited from SimplePoker.StaticInstance< T > | |
virtual void | OnApplicationQuit () |
Additional Inherited Members | |
Properties inherited from SimplePoker.StaticInstance< T > | |
static T | Instance [get] |
This transforms the static instance into a basic singleton.
This will destroy any new versions created, leaving the original instance intact
T | The type of the singleton MonoBehaviour. |
T | : | MonoBehaviour |
|
protectedvirtual |
Reimplemented from SimplePoker.StaticInstance< T >.