Click or drag to resize

AudioControllerUnpauseMusic Method

Unpauses the current music.

Namespace:  (Default Namespace)
Assembly:  AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public static bool UnpauseMusic(
	float fadeIn = 0f
)

Parameters

fadeIn (Optional)
Type: SystemSingle
The fade-in time in seconds.

Return Value

Type: Boolean
true if any music was unpaused, otherwise false
See Also