Function Environment.fogEnabled

If true, fog effects are enabled. fogHeightEnabled and/or fogDepthEnabled must be set to true to actually display fog.

bool fogEnabled() nothrow @property @nogc;

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