Click or drag to resize

ControlSetRotation Method

Sets the rotation (in radians).

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

Parameters

radians
Type: SystemSingle

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

See Also