Click or drag to resize

EnvironmentSetFogHeightCurve Method

Note: This API is now obsolete.

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

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

Parameters

curve
Type: SystemSingle

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

See Also