Click or drag to resize

Transform2DRotation Property

The rotation of this transformation matrix.

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

Property Value

Type: Single
Getting is equivalent to calling Atan2(Single, Single) with the values of x.
See Also