Click or drag to resize

EnvironmentFogHeightMin Property

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.

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

Property Value

Type: Single
See Also