UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 244 B
/** * * @param {View} view * @param {EntityComponentDataset} ecd * @returns {Promise<View>} */ export function animateDisappearance(view: View, ecd: EntityComponentDataset): Promise<View>; //# sourceMappingURL=AnimateDisappearance.d.ts.map