Function Camera2D.smoothingEnabled
If true
, the camera smoothly moves towards the target at smoothingSpeed
.
bool smoothingEnabled() nothrow @property @nogc;
void smoothingEnabled
(
bool v
) nothrow @property @nogc;