Class Singleton<T>
- Namespace
- AO
- Assembly
- CoreAssembly.dll
[Obsolete("Do not use this yet! The engine doesn't support generic component types yet.", true)]
public class Singleton<T> : Component where T : Component
Type Parameters
T
- Inheritance
-
Singleton<T>
- Inherited Members
- Extension Methods
Fields
_instance
public static T _instance
Field Value
- T
Properties
Instance
public static T Instance { get; }
Property Value
- T