SingletonMonoBehaviour(T).ActivateSingletonInstance Method

Audio Toolkit

Collapse image Expand Image Copy image CopyHover image
Activates the singleton instance.

Namespace: (Default Namespace)
Assembly: AudioToolkit (in AudioToolkit.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public static void ActivateSingletonInstance()

Remarks

Call this function if you set an singleton object inactive before ever accessing the Instance. This is required because Unity does not (yet) offer a way to find inactive game objects.

See Also