Click or drag to resize

EnvironmentSetSkyCustomFov Method

Note: This API is now obsolete.

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

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

Parameters

scale
Type: SystemSingle

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

See Also