Click or drag to resize

EnvironmentSetFogDepthBegin Method

Note: This API is now obsolete.

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

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

Parameters

distance
Type: SystemSingle

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

See Also