Environment.fogEnabled

Enables the fog. Needs fog_height_enabled and/or for_depth_enabled to actually display fog.

  1. bool fogEnabled [@property getter]
  2. bool fogEnabled [@property setter]
    struct Environment
    @nogc nothrow @property
    void
    fogEnabled
    (
    bool v
    )

Meta