Environment.fogHeightMax

The Y coordinate where the height fog will be the most intense. If this value is greater than fogHeightMin, fog will be displayed from bottom to top. Otherwise, it will be displayed from top to bottom.

  1. double fogHeightMax [@property getter]
    struct Environment
    @nogc nothrow @property
    double
    fogHeightMax
    ()
  2. double fogHeightMax [@property setter]

Meta