UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

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