MonoSingleton(T).IsDisposing Property

Ultimate Replay

MonoSingletonTIsDisposing Property
Returns true if the singleton is currently disposing. This will only occur 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 static bool IsDisposing { get; }

Property Value

Type: Boolean
See Also