@phaserjs/phaser
Version:
5 lines • 296 B
TypeScript
import { Frame } from '../../textures/Frame';
import { ISprite } from './ISprite';
import { Texture } from '../../textures/Texture';
export declare function SetFrame<T extends ISprite>(texture: Texture, key?: string | number | Frame, ...children: T[]): T[];
//# sourceMappingURL=SetFrame.d.ts.map