Click or drag to resize

NavigationPolygonGetVertices Method

Note: This API is now obsolete.

Returns a Vector2 containing all the vertices being used to create the polygons.

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

Return Value

Type: Vector2

[Missing <returns> documentation for "M:Godot.NavigationPolygon.GetVertices"]

See Also