|
MMFeedbacks
v1.6
|
Singleton pattern. More...
Protected Member Functions | |
| virtual void | Awake () |
| On awake, we initialize our instance. Make sure to call base.Awake() in override if you need awake. More... | |
Static Protected Attributes | |
| static T | _instance |
Properties | |
| static T | Instance [get] |
| Singleton design pattern More... | |
Singleton pattern.
| T | : | Component |
|
protectedvirtual |
On awake, we initialize our instance. Make sure to call base.Awake() in override if you need awake.
|
staticprotected |
|
staticget |
Singleton design pattern
The instance.
1.8.18