UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 333 B
/** * Remove all components from an entity except the specified whitelist * @param {EntityComponentDataset} ecd * @param {number} entity * @param {Array} whitelist */ export function removeComponentsExcept(ecd: EntityComponentDataset, entity: number, whitelist: any[]): void; //# sourceMappingURL=removeComponentsExcept.d.ts.map