@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
10 lines • 304 B
TypeScript
/**
*
* @param {AnimationTrackPlayback} track
* @param {EntityComponentDataset} ecd
*
* @returns {Entity}
*/
export function playTrackRealTime(track: AnimationTrackPlayback, ecd: EntityComponentDataset): Entity;
import Entity from "../ecs/Entity.js";
//# sourceMappingURL=playTrackRealTime.d.ts.map