MonoSingleton(T).OnApplicationQuit Method

Ultimate Replay

MonoSingletonTOnApplicationQuit Method
Called by Unity. Allows the singleton to prevent recreation of the instance when the game is about to quit.

Namespace: UltimateReplay.Util
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void OnApplicationQuit()
See Also