Click or drag to resize

Polygon2DSetPolygon Method

Note: This API is now obsolete.

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

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

Parameters

polygon
Type: GodotVector2

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

See Also