liberty-engine v0.0.14-beta.2 (2018-07-02T09:50:23Z)
Dub
Repo
Singleton
liberty
core
utils
class
Singleton (
T
) {
this
();
static
T
get
();
static
bool
isInstantiated
();
}
Constructors
this
this
()
Members
Static functions
get
T
get
()
isInstantiated
bool
isInstantiated
()
Meta
Source
See Implementation
liberty
core
utils
classes
Singleton
functions
arraySize
interfaces
IService