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