Eazy Sound Manager API Refrence
EazySoundManagerStopAll Method (Single) |
Stop all audio playing
Namespace: Hellmade.Sound
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0

C#
public static void StopAll( float musicFadeOutSeconds )
Parameters
- musicFadeOutSeconds
- 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
