Click or drag to resize

EnvironmentSetFogHeightMax Method

Note: This API is now obsolete.

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

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

Parameters

height
Type: SystemSingle

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

See Also