Ultimate Replay Scripting Reference
MonoSingletonT Methods |
The MonoSingletonT generic type exposes the following members.
Methods
Name | Description | |
---|---|---|
Awake |
Called by Unity.
Allows the singleton to find and claim any scene instances.
|
|
ForceAwake |
Attempts to forcefully create the singleton instance if one does not already exist.
|
|
OnApplicationQuit |
Called by Unity.
Allows the singleton to prevent recreation of the instance when the game is about to quit.
|
See Also