Click or drag to resize

EnvironmentSetSkyOrientation Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Environment.SetSkyOrientation(Godot.Basis)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetSkyOrientation is deprecated. Use the BackgroundSkyOrientation property instead.")]
public void SetSkyOrientation(
	Basis orientation
)

Parameters

orientation
Type: GodotBasis

[Missing <param name="orientation"/> documentation for "M:Godot.Environment.SetSkyOrientation(Godot.Basis)"]

See Also