Click or drag to resize

Node2DSetGlobalRotationDegrees Method

Note: This API is now obsolete.

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

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

Parameters

degrees
Type: SystemSingle

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

See Also