Ultimate Replay Scripting Reference
MonoSingletonT Fields |
The MonoSingletonT generic type exposes the following members.
Fields
Name | Description | |
---|---|---|
active |
The active singleton instance or null if no instance has been created yet.
Use Active to guarentee that the instance is non-null.
|
See Also