예제 #1
0
 /// Reset the force and torque applied to this body.
 public void ResetForces()
 {
     if (_handle != IntPtr.Zero)
     {
         CP.cpBodyResetForces(_handle);
     }
 }