[SOLVED] Apply force to RigidBody

I want to apply a force to a ball when it is thrown, but I’m having trouble understanding what force and location do in applyForce().

The documentation says:

Apply a force to the PhysicsRigidBody. Effective only if the next physics update steps the physics space.
To apply an impulse, use applyImpulse, use applyContinuousForce to apply continuous force.

But it doesn’t give me any idea what force and location do.

Nevermind, I got it :crazy_face:

2 Likes