Exemplo n.º 1
0
 public void PlaySound(string soundName)
 {
     ShallowMusic.Play(soundName, BeatValue.Eighth);
 }
Exemplo n.º 2
0
 public static void ShallowPlay(this AudioSource source, BeatValue beat = ShallowMusic.DEFAULT_BEAT)
 {
     ShallowMusic.Play(source, beat);
 }