Click or drag to resize

VisualServerEnvironmentSetSky Method

Sets the Sky to be used as the environment's background when using BGMode sky. Equivalent to BackgroundSky.

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

Parameters

env
Type: GodotRID

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

sky
Type: GodotRID

[Missing <param name="sky"/> documentation for "M:Godot.VisualServer.EnvironmentSetSky(Godot.RID,Godot.RID)"]

See Also