Environment.fogHeightMin

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

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

Meta