Click or drag to resize

Node2DSetRotationDegrees Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Node2D.SetRotationDegrees(System.Single)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetRotationDegrees is deprecated. Use the RotationDegrees property instead.")]
public void SetRotationDegrees(
	float degrees
)

Parameters

degrees
Type: SystemSingle

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

See Also