Function Environment.fogHeightMin
The Y coordinate where the height fog will be the least intense. If this value is greater than fogHeightMax
, fog will be displayed from top to bottom. Otherwise, it will be displayed from bottom to top.
double fogHeightMin() nothrow @property @nogc;
void fogHeightMin
(
double v
) nothrow @property @nogc;