@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
13 lines • 349 B
TypeScript
/**
* Fixed function simulation engine for ribbons
*/
export class RibbonXFixedPhysicsSimulator {
/**
*
* @param {RibbonX} ribbon
* @param {number} max_age
* @param {number} timeDelta
*/
update(ribbon: RibbonX, max_age: number, timeDelta: number): void;
}
//# sourceMappingURL=RibbonXFixedPhysicsSimulator.d.ts.map