AudioController.UnpauseCategory Method

Audio Toolkit

Collapse image Expand Image Copy image CopyHover image
Un-pauses all playing audio items in the specified category (including the music).

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

Syntax

C#
public static void UnpauseCategory(
	string categoryName,
	float fadeInLength = 0f
)

Parameters

categoryName
Type: System..::..String
Name of category.
fadeInLength (Optional)
Type: System..::..Single
The fade-in time [Default=0]

See Also