Function Environment.fogTransmitEnabled

Enables fog's light transmission effect. If true, light will be more visible in the fog to simulate light scattering as in real life.

bool fogTransmitEnabled() nothrow @property @nogc;

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