Click or drag to resize

AStar2DHasPoint Method

Returns whether a point associated with the given id exists.

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

Parameters

id
Type: SystemInt32

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

Return Value

Type: Boolean

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

See Also