UNPKG

@phaserjs/phaser

Version:
4 lines 235 B
import { IAnimation } from './IAnimation'; import { IAnimationFrame } from './IAnimationFrame'; export declare function AddFrames(animation: IAnimation, ...frames: IAnimationFrame[]): IAnimation; //# sourceMappingURL=AddFrames.d.ts.map