Function InterpolatedCamera.speed
How quickly the camera moves toward its target. Higher values will result in tighter camera motion.
double speed() nothrow @property @nogc;
void speed
(
double v
) nothrow @property @nogc;