MonoSingleton(T).Active Property

Ultimate Replay

MonoSingletonTActive Property
Get the active singleton instance. If not instance exists then one is created.

Namespace: UltimateReplay.Util
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static T Active { get; }

Property Value

Type: T
See Also