@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
9 lines • 306 B
TypeScript
/**
*
* @param {THREE.Object3D} object
* @param {function} callback
* @param {*} [thisArg]
* @param {*} [ctx]
*/
export function async_traverse_three_object(object: THREE.Object3D, callback: Function, thisArg?: any, ctx?: any): Promise<void>;
//# sourceMappingURL=async_traverse_three_object.d.ts.map