UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

20 lines 415 B
export class EntityProxyScope { /** * * @type {number} */ entity: number; /** * * @type {EntityComponentDataset} */ ecd: EntityComponentDataset; scope: this; /** * * @param {number} entity * @param {EntityComponentDataset} ecd */ attach(entity: number, ecd: EntityComponentDataset): void; } //# sourceMappingURL=EntityProxyScope.d.ts.map