AudioCategoryFadeIn Method
|
Starts a fade-in of the audio category.
Namespace:
(Default Namespace)
Assembly:
AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax public void FadeIn(
float fadeInTime,
bool stopCurrentFadeOut = true
)
Parameters
- 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