Click or drag to resize

EnvironmentSetFogHeightMin Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Environment.SetFogHeightMin(System.Single)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetFogHeightMin is deprecated. Use the FogHeightMin property instead.")]
public void SetFogHeightMin(
	float height
)

Parameters

height
Type: SystemSingle

[Missing <param name="height"/> documentation for "M:Godot.Environment.SetFogHeightMin(System.Single)"]

See Also