UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

13 lines 354 B
export class ObstacleGridDisplayProcess extends EditorProcess { /** * * @type {TerrainOverlay|null} */ overlay: TerrainOverlay | null; draw(): void; } export namespace ObstacleGridDisplayProcess { let Id: string; } import { EditorProcess } from "./EditorProcess.js"; //# sourceMappingURL=ObstacleGridDisplayProcess.d.ts.map