EazySoundManager.StopAllMusic Method (Single)

Eazy Sound Manager API

EazySoundManagerStopAllMusic Method (Single)

Stop all music playing

Namespace:  Hellmade.Sound
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static void StopAllMusic(
	float fadeOutSeconds
)

Parameters

fadeOutSeconds
Type: SystemSingle
How many seconds it needs for all music audio to fade out. It will override their own fade out seconds. If -1 is passed, all music will keep their own fade out seconds
See Also