Function Environment.fogDepthEnd

The fog's depth end distance from the camera. If this value is set to 0, it will be equal to the current camera's Camera.far value.

double fogDepthEnd() nothrow @property @nogc;

void fogDepthEnd (
  double v
) nothrow @property @nogc;