Click or drag to resize

NavigationPolygonGetOutline Method

Returns a Vector2 containing the vertices of an outline that was created in the editor or by script.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Vector2[] GetOutline(
	int idx
)

Parameters

idx
Type: SystemInt32

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

Return Value

Type: Vector2

[Missing <returns> documentation for "M:Godot.NavigationPolygon.GetOutline(System.Int32)"]

See Also