Simple Poker Template 0.0.1
|
This will survive through scene loads. More...
Protected Member Functions | |
override void | Awake () |
Protected Member Functions inherited from SimplePoker.Singleton< T > | |
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 will survive through scene loads.
Perfect for system classes which require stateful, persistent data. Or audio sources where music plays through loading screens, etc
T | The type of the singleton MonoBehaviour. |
T | : | MonoBehaviour |
|
protectedvirtual |
Reimplemented from SimplePoker.StaticInstance< T >.