示例#1
0
 //Upon being pressed, launches the ball from the paddle
 void OnTriggerEnter(Collider other)
 {
     paddle.BallFired();
 }