AudioControllerUnpauseCategory Method
|
Un-pauses all playing audio items in the specified category (including the music).
Namespace:
(Default Namespace)
Assembly:
AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax public static void UnpauseCategory(
string categoryName,
float fadeInLength = 0f
)
Parameters
- categoryName
- Type: SystemString
Name of category. - fadeInLength (Optional)
- Type: SystemSingle
The fade-in time [Default=0]
See Also