AudioController.StopAll Method (Single)

Audio Toolkit

Collapse image Expand Image Copy image CopyHover image
Fades out all playing audio items (including the music).

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

Syntax

C#
public static void StopAll(
	float fadeOutLength
)

Parameters

fadeOutLength
Type: System..::..Single
The fade out time. If a negative value is specified, the subitem's FadeOut value is taken.

See Also