예제 #1
0
 // on the fixed update, the boy suffered the devastating effects of gravity
 void FixedUpdate()
 {
     attractor.attract(transform);
 }