Click or drag to resize

Node2DRotate Method

Applies a rotation to the node, in radians, starting from its current rotation.

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

Parameters

radians
Type: SystemSingle

[Missing <param name="radians"/> documentation for "M:Godot.Node2D.Rotate(System.Single)"]

See Also