Wanzyee Studio
Singleton Liberation

No required to inherit to make MonoBehaviour as a singleton. More...

Classes

class  BaseSingleton< T >
 Base class to implement the singleton pattern for UnityEngine.MonoBehaviour. More...
 
class  FramerateCounter
 Calculate FPS at runtime, optional to show on GUI with color warning. More...
 
class  Singleton< T >
 Agent to implement the singleton pattern for UnityEngine.MonoBehaviour. More...
 

Detailed Description

No required to inherit to make MonoBehaviour as a singleton.