Click or drag to resize

EnvironmentFogEnabled Property

If true, fog effects are enabled. FogHeightEnabled and/or FogDepthEnabled must be set to true to actually display fog.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool FogEnabled { get; set; }

Property Value

Type: Boolean
See Also