Ultimate Replay Scripting Reference
| MonoSingletonT Properties |
The MonoSingletonT generic type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|
Active |
Get the active singleton instance.
If not instance exists then one is created.
|
|
IsDisposing |
Returns true if the singleton is currently disposing.
This will only occur when the game is about to quit.
|
See Also