Click or drag to resize

SpatialRotateX Method

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

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

Parameters

angle
Type: SystemSingle

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

See Also