Simple Poker Template 0.0.1
Loading...
Searching...
No Matches
SimplePoker.Singleton< T > Class Template Referenceabstract

This transforms the static instance into a basic singleton. More...

Inheritance diagram for SimplePoker.Singleton< T >:
SimplePoker.StaticInstance< T > SimplePoker.PersistentSingleton< T >

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]
 

Detailed Description

This transforms the static instance into a basic singleton.

This will destroy any new versions created, leaving the original instance intact

Template Parameters
TThe type of the singleton MonoBehaviour.
Type Constraints
T :MonoBehaviour 

Member Function Documentation

◆ Awake()

override void SimplePoker.Singleton< T >.Awake ( )
protectedvirtual

Reimplemented from SimplePoker.StaticInstance< T >.


The documentation for this class was generated from the following file: