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.

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

Meta