Click or drag to resize

PolygonPathFinderSetup Method

[Missing <summary> documentation for "M:Godot.PolygonPathFinder.Setup(Godot.Vector2[],System.Int32[])"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void Setup(
	Vector2[] points,
	int[] connections
)

Parameters

points
Type: GodotVector2

[Missing <param name="points"/> documentation for "M:Godot.PolygonPathFinder.Setup(Godot.Vector2[],System.Int32[])"]

connections
Type: SystemInt32

[Missing <param name="connections"/> documentation for "M:Godot.PolygonPathFinder.Setup(Godot.Vector2[],System.Int32[])"]

See Also