UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

17 lines 527 B
export class CellMatcherLayerBitMaskTest extends GridLayerCellMatcher { /** * * @param {number} mask * @param {string} layer * @return {CellMatcherLayerBitMaskTest} */ static from(mask: number, layer: string): CellMatcherLayerBitMaskTest; /** * Mask * @type {number} */ mask: number; match(grid: any, x: any, y: any, rotation: any): boolean; } import { GridLayerCellMatcher } from "./GridLayerCellMatcher.js"; //# sourceMappingURL=CellMatcherLayerBitMaskTest.d.ts.map