Click or drag to resize

VisualServerEnvironmentSetSkyOrientation Method

Sets the rotation of the background Sky expressed as a Basis. Equivalent to BackgroundSkyOrientation.

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

Parameters

env
Type: GodotRID

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

orientation
Type: GodotBasis

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

See Also