void ApplyForce(vector2 force, vector2 point)/ETHPhysicsController

Apply a force at a world point. If the force is not applied at the center of mass, it will generate a torque and affect the angular velocity. This wakes up the body.

force describes the world force vector, usually in Newtons (N).

point indicates the world position of the point of application.