getForce method

Vector2 getForce()

Get the force applied to the body for the next time step.

Implementation

Vector2 getForce() => _body.getForce();