Click or drag to resize

CanvasLayerSetRotationDegrees Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.CanvasLayer.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.CanvasLayer.SetRotationDegrees(System.Single)"]

See Also