Beispiel #1
0
 /// <summary>
 /// Like Stop but slower.
 /// </summary>
 public void FadeOut()
 {
     _audioSource.FadeOut(3f);
 }