Click or drag to resize

EnvironmentFogDepthEnabled Property

If true, the depth fog effect is enabled. When enabled, fog will appear in the distance (relative to the camera).

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

Property Value

Type: Boolean
See Also