Click or drag to resize

SpatialRotateObjectLocal Method

Rotates the local transformation around axis, a unit Vector3, by specified angle in radians. The rotation axis is in object-local coordinate system.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void RotateObjectLocal(
	Vector3 axis,
	float angle
)

Parameters

axis
Type: GodotVector3

[Missing <param name="axis"/> documentation for "M:Godot.Spatial.RotateObjectLocal(Godot.Vector3,System.Single)"]

angle
Type: SystemSingle

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

See Also