Click or drag to resize

EnvironmentFogHeightMax Property

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.

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

Property Value

Type: Single
See Also