Example #1
0
 public static void FadeSource(AudioSource source, float time)
 {
     sfxHandler.StartCoroutine(sfxHandler.FadeIE(source, time));
 }