UNPKG

@phaserjs/phaser

Version:
5 lines 321 B
import { IFrame } from '../../textures/IFrame'; import { ISprite } from './ISprite'; import { ITexture } from '../../textures/ITexture'; export declare function SetTexture<T extends ISprite>(key: string | ITexture | IFrame, frame: string | number | IFrame, ...children: T[]): T[]; //# sourceMappingURL=SetTexture.d.ts.map