Click or drag to resize
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: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static T getInstance()

Return Value

Type: T
The sole instance of the class
See Also