UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

9 lines 292 B
/** * * @param {Object3D} helper * @param {number} sourceEntity * @return {Entity} */ export function buildThreeJSHelperEntity(helper: Object3D, sourceEntity?: number): Entity; import Entity from "../../../src/engine/ecs/Entity.js"; //# sourceMappingURL=buildThreeJSHelperEntity.d.ts.map