Function RigidBody.linearDamp

The body's linear damp. Cannot be less than -1.0. If this value is different from -1.0, any linear damp derived from the world or areas will be overridden.

double linearDamp() nothrow @property @nogc;

void linearDamp (
  double v
) nothrow @property @nogc;