Function Environment.fogDepthEnabled

If true, the depth fog effect is enabled. When enabled, fog will appear in the distance (relative to the camera).

bool fogDepthEnabled() nothrow @property @nogc;

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