pathToWorld
pathToWorld(
grid,path):Vec2[]
Defined in: ai/nav/pathfind.ts:104
Convert a cell path to world-space waypoints (cell centers).
Parameters
Section titled “Parameters”Cell[]
Returns
Section titled “Returns”Vec2[]
pathToWorld(
grid,path):Vec2[]
Defined in: ai/nav/pathfind.ts:104
Convert a cell path to world-space waypoints (cell centers).
Cell[]
Vec2[]