Click or drag to resize

Polygon2DSetUv Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Polygon2D.SetUv(Godot.Vector2[])"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetUv is deprecated. Use the Uv property instead.")]
public void SetUv(
	Vector2[] uv
)

Parameters

uv
Type: GodotVector2

[Missing <param name="uv"/> documentation for "M:Godot.Polygon2D.SetUv(Godot.Vector2[])"]

See Also