Click or drag to resize

EnvironmentSetSkyRotationDegrees Method

Note: This API is now obsolete.

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetSkyRotationDegrees is deprecated. Use the BackgroundSkyRotationDegrees property instead.")]
public void SetSkyRotationDegrees(
	Vector3 eulerDegrees
)

Parameters

eulerDegrees
Type: GodotVector3

[Missing <param name="eulerDegrees"/> documentation for "M:Godot.Environment.SetSkyRotationDegrees(Godot.Vector3)"]

See Also