AudioController.UnpauseAmbienceSound Method

Audio Toolkit

Collapse image Expand Image Copy image CopyHover image
Unpauses the current ambience sound.

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

Syntax

C#
public static bool UnpauseAmbienceSound(
	float fadeIn = 0f
)

Parameters

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

Return Value

Type: Boolean
true if any ambience sound was unpaused, otherwise false

See Also