Class RetrievableSingleton<T>
- Namespace
- DefaultNamespace
- Assembly
- Zorro.Core.Runtime.dll
public class RetrievableSingleton<T> : MonoBehaviour where T : RetrievableSingleton<T>
Type Parameters
T
- Inheritance
-
RetrievableSingleton<T>
- Derived
- Inherited Members
- Extension Methods
Constructors
RetrievableSingleton()
public RetrievableSingleton()
Properties
Instance
public static T Instance { get; }
Property Value
- T
Methods
OnCreated()
protected virtual void OnCreated()
OnRemoved()
protected virtual void OnRemoved()
RemoveInstance()
public static void RemoveInstance()