Click or drag to resize

NavigationPolygonAddPolygon Method

Adds a polygon using the indices of the vertices you get when calling GetVertices.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void AddPolygon(
	int[] polygon
)

Parameters

polygon
Type: SystemInt32

[Missing <param name="polygon"/> documentation for "M:Godot.NavigationPolygon.AddPolygon(System.Int32[])"]

See Also