phaser-navmesh
Version:
A plugin for Phaser (v3) for fast pathfinding using navigation meshes
10 lines • 380 B
TypeScript
/**
* Currently there is only one map parser (for grid tile maps), but the plan is to extend this to
* multiple parsers.
*/
import buildPolysFromGridMap from "./build-polys-from-grid-map";
export { buildPolysFromGridMap };
export * from "./build-polys-from-grid-map";
export * from "./point-queue";
export * from "./rectangle-hull";
//# sourceMappingURL=index.d.ts.map