Function Physics2DServerSingleton.bodySetAxisVelocity

Sets an axis velocity. The velocity in the given vector axis will be set as the given vector length. This is useful for jumping behavior.

void bodySetAxisVelocity (
  const(RID) _body,
  const(Vector2) axis_velocity
) nothrow @nogc;