ClockStone Audio Toolkit for Unity - Documentation
AudioControllerStopAll Method (Single) |
Fades out 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 StopAll( float fadeOutLength )
Parameters
- fadeOutLength
- Type: SystemSingle
The fade out time. If a negative value is specified, the subitem's FadeOut value is taken.
See Also