Namespace GGL.Singleton
Classes
CachedBehaviour<T>
Scene-contextual alternative to SingletonBehaviour<T>.
ScriptableSingleton<T>
SingletonBehaviour
Parent class of every SingletonBehaviour<T>. DO NOT INHERIT THIS CLASS DIRECTLY.
SingletonBehaviour<T>
Singleton<T> adapted to extend UnityEngine.MonoBehaviour.
Singleton<T>
Dummy creational design pattern that ensures only one object of its kind exists and provides a single point of access to it for any other code.