MonoSingleton(T) Properties

Ultimate Replay

MonoSingletonT Properties

The MonoSingletonT generic type exposes the following members.

Properties
  Name Description
Public property Static member Active
Get the active singleton instance. If not instance exists then one is created.
Public property Static member IsDisposing
Returns true if the singleton is currently disposing. This will only occur when the game is about to quit.
Top
See Also