AudioController.FadeInCategory Method

ClockStone Audio Toolkit

AudioControllerFadeInCategory Method

Starts a fade-in of an audio category.

Namespace:  (Default Namespace)
Assembly:  AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public static void FadeInCategory(
	string name,
	float fadeInTime,
	bool stopCurrentFadeOut = true
)

Parameters

name
Type: SystemString
The category name.
fadeInTime
Type: SystemSingle
The fade time in seconds.
stopCurrentFadeOut (Optional)
Type: SystemBoolean
In case of an existing fade-out this parameter determines if the fade-out is stopped.
See Also