Click or drag to resize

SpatialSetRotationDegrees Method

Note: This API is now obsolete.

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

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

Parameters

eulerDegrees
Type: GodotVector3

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

See Also