Function Physics2DDirectBodyState.linearVelocity

The body's linear velocity.

Vector2 linearVelocity() nothrow @property @nogc;

void linearVelocity (
  Vector2 v
) nothrow @property @nogc;