Function StaticBody.constantLinearVelocity

The body's constant linear velocity. This does not move the body, but affects other bodies that touch it, as if it was in a state of movement.

Vector3 constantLinearVelocity() nothrow @property @nogc;

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