UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 282 B
/** * * @param {THREE.Object3D} root * @returns {EntityNode} */ export function three_object_to_entity_composition(root: THREE.Object3D): EntityNode; import { EntityNode } from "../../../ecs/parent/EntityNode.js"; //# sourceMappingURL=three_object_to_entity_composition.d.ts.map