AStar2D.getPointPath

Returns an array with the points that are in the path found by AStar2D between the given points. The array is ordered from the starting point to the ending point of the path. Note: This method is not thread-safe. If called from a Thread, it will return an empty PoolVector2Array and will print an error message.

struct AStar2D
@nogc nothrow
PoolVector2Array
getPointPath
(
in long from_id
,
in long to_id
)

Meta