Class Singleton<T>
- Namespace
- VoxelPlayground.Utility
- Assembly
- VoxEngine.dll
public class Singleton<T> : MonoBehaviour where T : MonoBehaviour
Type Parameters
T
- Inheritance
-
objectSingleton<T>
- Derived
- Extension Methods
Properties
Instance
public static T Instance { get; }
Property Value
- T
Methods
Awake()
protected virtual void Awake()