UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

21 lines 494 B
export class GridDataNodePredicate { /** * * @param {GridData} grid * @param {MarkerNode} node * @returns {boolean} */ evaluate(grid: GridData, node: MarkerNode): boolean; /** * * @param {GridData} grid * @param {number} seed */ initialize(grid: GridData, seed: number): void; /** * @readonly * @type {boolean} */ readonly isGridDataNodePredicate: boolean; } //# sourceMappingURL=GridDataNodePredicate.d.ts.map