getVelocity method

Vector2 getVelocity()

Get the velocity of the body.

Implementation

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