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