SingletonMonoBehaviour(T).SetSingletonType Method

ClockStone Audio Toolkit

SingletonMonoBehaviourTSetSingletonType Method

Only required for Flash builds. If this function is not called by the class deriving from SingletonMonoBehaviour in the constructor the singleton can not be found by GetSingleton(...)

Namespace:  (Default Namespace)
Assembly:  AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public static void SetSingletonType(
	Type type
)

Parameters

type
Type: SystemType

[Missing <param name="type"/> documentation for "M:SingletonMonoBehaviour`1.SetSingletonType(System.Type)"]

See Also