Function Camera2D.smoothingSpeed
Speed in pixels per second of the camera's smoothing effect when smoothingEnabled
is true
.
double smoothingSpeed() nothrow @property @nogc;
void smoothingSpeed
(
double v
) nothrow @property @nogc;