Function VisualServerSingleton.environmentSetFogHeight
Sets the variables to be used with the fog height effect. See Environment
for more details.
void environmentSetFogHeight
(
const(RID) env,
const(bool) enable,
const(double) min_height,
const(double) max_height,
const(double) height_curve
) nothrow @nogc;