AudioController.UnpauseAll Method

ClockStone Audio Toolkit

AudioControllerUnpauseAll Method

Un-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 UnpauseAll(
	float fadeInLength = 0f
)

Parameters

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