Click or drag to resize

EnvironmentSetSkyRotation Method

Note: This API is now obsolete.

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

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

Parameters

eulerRadians
Type: GodotVector3

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

See Also