A Unity script that helps with loading Quantum maps and scenes. More...
Public Member Functions | |
void | Awake () |
Unity Awake method. Tag this GameObject as DontDestroyOnLoad. More... | |
void | OnApplicationQuit () |
Unity OnApplicationQuit callback, sets the application quitting flag to prevent further instance creation. More... | |
Static Public Member Functions | |
static void | ResetStatics () |
Reset global statics. More... | |
Properties | |
static QuantumMapLoader | Instance [get] |
Gets or creates a global instance of the QuantumMapLoader. More... | |
A Unity script that helps with loading Quantum maps and scenes.
|
inline |
Unity Awake method. Tag this GameObject as DontDestroyOnLoad.
|
inline |
Unity OnApplicationQuit callback, sets the application quitting flag to prevent further instance creation.
|
inlinestatic |
Reset global statics.
|
staticget |
Gets or creates a global instance of the QuantumMapLoader.
Will return null when the application is about to quit.