Function Environment.fogSunAmount

The intensity of the depth fog color transition when looking towards the sun. The sun's direction is determined automatically using the DirectionalLight node in the scene.

double fogSunAmount() nothrow @property @nogc;

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