Click or drag to resize

Spatial.RotateZ Method

Rotates the local transformation around the Z axis by angle in radians.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void RotateZ(
	float angle
)

Parameters

angle
Type: System.Single

[Missing <param name="angle"/> documentation for "M:Godot.Spatial.RotateZ(System.Single)"]

See Also