Singleton<T>.getInstance Method |
Gets or instantiates the sole instance of the class. Do not access mInstance, as it is not guaranteed to be set.
Namespace: PlanetbaseAssembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic static T getInstance()
Public Shared Function getInstance As T
public:
static T getInstance()
Return Value
Type:
TThe sole instance of the class
See Also