A Generic singleton parent class which can be inherited from. Just keep in mind if you use Awake in the child class, you must call base.Awake() first (or after but probably first in most cases).
More...
A Generic singleton parent class which can be inherited from. Just keep in mind if you use Awake in the child class, you must call base.Awake() first (or after but probably first in most cases).
- Template Parameters
-
◆ Awake()
virtual void Singleton< T >.Awake |
( |
| ) |
|
|
protectedvirtual |
◆ Instance
T Singleton< T >.Instance |
|
staticget |
The documentation for this class was generated from the following file: