Click or drag to resize

VisualServerEnvironmentSetSkyCustomFov Method

Sets a custom field of view for the background Sky. Equivalent to BackgroundSkyCustomFov.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void EnvironmentSetSkyCustomFov(
	RID env,
	float scale
)

Parameters

env
Type: GodotRID

[Missing <param name="env"/> documentation for "M:Godot.VisualServer.EnvironmentSetSkyCustomFov(Godot.RID,System.Single)"]

scale
Type: SystemSingle

[Missing <param name="scale"/> documentation for "M:Godot.VisualServer.EnvironmentSetSkyCustomFov(Godot.RID,System.Single)"]

See Also