GodotSharpAPI
GodotSharpAPI
Godot
Transform2D Structure
Transform2D Properties
FlipX Property
FlipY Property
Identity Property
Item Property
Rotation Property
Scale Property
Transform2D
Rotation Property
The rotation of this transformation matrix.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
Copy
public
float
Rotation
{
get
;
set
; }
Property Value
Type:
Single
Getting is equivalent to calling
Atan2(Single, Single)
with the values of
x
.
See Also
Reference
Transform2D Structure
Godot Namespace