MonoSingleton(T).active Field

Ultimate Replay

MonoSingletonTactive Field
The active singleton instance or null if no instance has been created yet. Use Active to guarentee that the instance is non-null.

Namespace: UltimateReplay.Util
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected static T active

Field Value

Type: T
See Also