Exemple #1
0
 public void PlaySound(string soundName)
 {
     ShallowMusic.Play(soundName, BeatValue.Eighth);
 }
Exemple #2
0
 public static void ShallowStop(this AudioSource source, BeatValue beat = ShallowMusic.DEFAULT_BEAT)
 {
     ShallowMusic.Stop(source, beat);
 }