Function StaticBody2D.constantLinearVelocity

The body's constant linear velocity. This does not move the body, but affects colliding bodies, as if it were moving.

Vector2 constantLinearVelocity() nothrow @property @nogc;

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