MonoSingleton(T) Methods

Ultimate Replay

MonoSingletonT Methods

The MonoSingletonT generic type exposes the following members.

Methods
  Name Description
Public method Awake
Called by Unity. Allows the singleton to find and claim any scene instances.
Public method Static member ForceAwake
Attempts to forcefully create the singleton instance if one does not already exist.
Public method OnApplicationQuit
Called by Unity. Allows the singleton to prevent recreation of the instance when the game is about to quit.
Top
See Also