Click or drag to resize

AudioControllerPauseAll Method

Pauses all playing audio items (including the music).

Namespace:  (Default Namespace)
Assembly:  AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public static void PauseAll(
	float fadeOutLength = 0f
)

Parameters

fadeOutLength (Optional)
Type: SystemSingle
The fade-out time [Default=0]
See Also