Class Singleton
Inheritance
Singleton
Assembly: FlaxEngine.dll
File: Engine/Core/Singleton.h
Syntax
public class Singleton<T>
Type Parameters
T
|
Constructors
~Singleton()
Declaration
protected ~Singleton()
Singleton()
Declaration
protected Singleton()
Methods
Instance()
Declaration
public static T* Instance()
Returns
T
|