commonui-lib-test
Version:
"#common ui lib test"
10 lines (9 loc) • 334 B
TypeScript
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
export default class dialogBg extends fgui.GComponent {
imgDialogBg: fgui.GImage;
imgDialogTitle: fgui.GImage;
static URL: string;
static createInstance(): dialogBg;
constructor();
protected onConstruct(): void;
}