Class MonoSingleton<T>
Inheritance
System.Object
MonoSingleton<T>
Namespace: ShadowBox.Types
Assembly: cs.temp.dll.dll
Syntax
public abstract class MonoSingleton<T> : MonoBehaviour where T : MonoBehaviour
Type Parameters
Name | Description |
---|---|
T |
Properties
Instance
Declaration
public static T Instance { get; }
Property Value
Type | Description |
---|---|
T |
Methods
OnAwake()
Declaration
protected abstract void OnAwake()