Function Environment.fogHeightMax

The Y coordinate where the height fog will be the most intense. If this value is greater than fogHeightMin, fog will be displayed from bottom to top. Otherwise, it will be displayed from top to bottom.

double fogHeightMax() nothrow @property @nogc;

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