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]
  2. double fogHeightMax [@property setter]
    struct Environment
    @nogc nothrow @property
    void
    fogHeightMax
    (
    double v
    )

Meta