AStar.getPointPath

Returns an array with the points that are in the path found by AStar 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 PoolVector3Array and will print an error message.

struct AStar
@nogc nothrow
PoolVector3Array
getPointPath
(
in long from_id
,
in long to_id
)

Meta