Click or drag to resize

Polygon2DSetTextureRotation Method

Note: This API is now obsolete.

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

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

Parameters

textureRotation
Type: SystemSingle

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

See Also