ClockStone Audio Toolkit for Unity - Documentation
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
C#
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 false
See Also