예제 #1
0
 void Start()
 {
     // Note D (the fourth note) in the sixth octave
     wavy.StartPlaying(3, 5);
 }
예제 #2
0
 void Start()
 {
     wavy.StartPlaying(3, 5);
 }
예제 #3
0
 void OnCollisionEnter(Collision other)
 {
     wavy.StartPlaying(3, 5); // D in the sixth octave (they're zero-based)
 }