Function InterpolatedCamera.enabled

If true, and a target is set, the camera will move automatically.

bool enabled() nothrow @property @nogc;

void enabled (
  bool v
) nothrow @property @nogc;