UNPKG

@phaserjs/phaser

Version:
4 lines 213 B
import { Frame } from './Frame'; import { ITexture } from './ITexture'; export declare function GetFrames(texture: string | ITexture, frames?: string[] | number[]): Frame[]; //# sourceMappingURL=GetFrames.d.ts.map