Click or drag to resize

PolygonPathFinderGetClosestPoint Method

[Missing <summary> documentation for "M:Godot.PolygonPathFinder.GetClosestPoint(Godot.Vector2)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Vector2 GetClosestPoint(
	Vector2 point
)

Parameters

point
Type: GodotVector2

[Missing <param name="point"/> documentation for "M:Godot.PolygonPathFinder.GetClosestPoint(Godot.Vector2)"]

Return Value

Type: Vector2

[Missing <returns> documentation for "M:Godot.PolygonPathFinder.GetClosestPoint(Godot.Vector2)"]

See Also