Click or drag to resize

EnvironmentSetFogSunAmount Method

Note: This API is now obsolete.

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

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

Parameters

amount
Type: SystemSingle

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

See Also