Click or drag to resize

AStar2DArePointsConnected Method

Returns whether there is a connection/segment between the given points.

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

Parameters

id
Type: SystemInt32

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

toId
Type: SystemInt32

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

Return Value

Type: Boolean

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

See Also