Click or drag to resize

Polygon2DSetPolygons Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Polygon2D.SetPolygons(Godot.Collections.Array)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetPolygons is deprecated. Use the Polygons property instead.")]
public void SetPolygons(
	Array polygons
)

Parameters

polygons
Type: Godot.CollectionsArray

[Missing <param name="polygons"/> documentation for "M:Godot.Polygon2D.SetPolygons(Godot.Collections.Array)"]

See Also