UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

27 lines (22 loc) 433 B
export class GridDataNodePredicate { /** * * @param {GridData} grid * @param {MarkerNode} node * @returns {boolean} */ evaluate(grid, node) { } /** * * @param {GridData} grid * @param {number} seed */ initialize(grid, seed) { } } /** * @readonly * @type {boolean} */ GridDataNodePredicate.prototype.isGridDataNodePredicate = true;