@petkoneo/phaser3-rex-plugins
Version:
20 lines (13 loc) • 342 B
TypeScript
import ImageBox from './ImageBox';
export default function (
x?: number, y?: number,
texture?: string, frame?: string,
config?: ImageBox.IConfig
): ImageBox;
export default function (
x?: number, y?: number,
config?: ImageBox.IConfig
): ImageBox;
export default function (
config?: ImageBox.IConfig
): ImageBox;