Function Area2D.linearDamp
The rate at which objects stop moving in this area. Represents the linear velocity lost per second. Values range from 0
(no damping) to 1
(full damping).
double linearDamp() nothrow @property @nogc;
void linearDamp
(
double v
) nothrow @property @nogc;