Click or drag to resize

SpatialRotationDegrees Property

Rotation part of the local transformation in degrees, specified in terms of YXZ-Euler angles in the format (X angle, Y angle, Z angle).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Vector3 RotationDegrees { get; set; }

Property Value

Type: Vector3
See Also