예제 #1
0
 private void FixedUpdate()
 {
     ForceManager.ApplyForce(this);
     Integrator.Integrate(this);
 }