MonoSingleton(T).ForceAwake Method

Ultimate Replay

MonoSingletonTForceAwake Method
Attempts to forcefully create the singleton instance if one does not already exist.

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

Return Value

Type: T
The active singleton instance
See Also