UNPKG

@phaserjs/phaser

Version:
4 lines 227 B
import { IAnimation } from './IAnimation'; import { IAnimationFrame } from './IAnimationFrame'; export declare function AddFrame(animation: IAnimation, frame: IAnimationFrame): IAnimation; //# sourceMappingURL=AddFrame.d.ts.map