Click or drag to resize

PolygonPathFinderSetPointPenalty Method

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetPointPenalty(
	int idx,
	float penalty
)

Parameters

idx
Type: SystemInt32

[Missing <param name="idx"/> documentation for "M:Godot.PolygonPathFinder.SetPointPenalty(System.Int32,System.Single)"]

penalty
Type: SystemSingle

[Missing <param name="penalty"/> documentation for "M:Godot.PolygonPathFinder.SetPointPenalty(System.Int32,System.Single)"]

See Also