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