@override void setBodyLinearVelocity(int bodyHandle, Vector3 velocity) => _bodies[bodyHandle]?.linearVelocity.setFrom(velocity);