Click or drag to resize

AStar2DRemovePoint Method

Removes the point associated with the given id from the points pool.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void RemovePoint(
	int id
)

Parameters

id
Type: SystemInt32

[Missing <param name="id"/> documentation for "M:Godot.AStar2D.RemovePoint(System.Int32)"]

See Also