Click or drag to resize

Polygon2DGetPolygons Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Polygon2D.GetPolygons"]

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

Return Value

Type: Array

[Missing <returns> documentation for "M:Godot.Polygon2D.GetPolygons"]

See Also