UNPKG

phaser-navmesh

Version:

A plugin for Phaser (v3) for fast pathfinding using navigation meshes

7 lines 217 B
export interface Point { x: number; y: number; } /** Lightweight representation of a Polygon as a series of points. */ export declare type PolyPoints = Point[]; //# sourceMappingURL=common-types.d.ts.map