UNPKG

@koreez/phaser3-isometric-plugin

Version:
4 lines (3 loc) 249 B
import { IsoText } from '../impl/IsoText'; export declare function isoTextFactory(x: number, y: number, z: number, text: string | string[], style: object): IsoText; export declare function isoTextCreator(config: any, addToScene?: boolean): IsoText;