Click or drag to resize

EnvironmentSetFogDepthEnd Method

Note: This API is now obsolete.

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

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

Parameters

distance
Type: SystemSingle

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

See Also