AudioControllerUnpauseAmbienceSound Method
|
Unpauses the current ambience sound.
Namespace:
(Default Namespace)
Assembly:
AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax public static bool UnpauseAmbienceSound(
float fadeIn = 0f
)
Parameters
- fadeIn (Optional)
- Type: SystemSingle
The fade-in time in seconds.
Return Value
Type:
Booleantrue if any ambience sound was unpaused, otherwise
falseSee Also