Click or drag to resize

Polygon2DSetTextureRotationDegrees Method

Note: This API is now obsolete.

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

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

Parameters

textureRotation
Type: SystemSingle

[Missing <param name="textureRotation"/> documentation for "M:Godot.Polygon2D.SetTextureRotationDegrees(System.Single)"]

See Also