Function Area.angularDamp

The rate at which objects stop spinning in this area. Represents the angular velocity lost per second. Values range from 0 (no damping) to 1 (full damping).

double angularDamp() nothrow @property @nogc;

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