Click or drag to resize

SpatialRotateZ 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: SystemSingle

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

See Also