commonui-lib-test
Version:
"#common ui lib test"
18 lines (17 loc) • 587 B
JavaScript
;
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
Object.defineProperty(exports, "__esModule", { value: true });
class dialogBg extends fgui.GComponent {
constructor() {
super();
}
static createInstance() {
return (fgui.UIPackage.createObject("common", "dialogBg"));
}
onConstruct() {
this.imgDialogBg = (this.getChild("imgDialogBg"));
this.imgDialogTitle = (this.getChild("imgDialogTitle"));
}
}
exports.default = dialogBg;
dialogBg.URL = "ui://lh4a80jdn4iy47";