commonui-lib-test
Version:
"#common ui lib test"
21 lines (20 loc) • 821 B
JavaScript
;
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
Object.defineProperty(exports, "__esModule", { value: true });
class dialogSystemTips extends fgui.GComponent {
constructor() {
super();
}
static createInstance() {
return (fgui.UIPackage.createObject("common", "dialogSystemTips"));
}
onConstruct() {
this.ctrlTipsType = this.getController("ctrlTipsType");
this.imgBgTips = (this.getChild("imgBgTips"));
this.comSystemToLobby = (this.getChild("comSystemToLobby"));
this.comSystemBetFailed = (this.getChild("comSystemBetFailed"));
this.transZoomin = this.getTransition("transZoomin");
}
}
exports.default = dialogSystemTips;
dialogSystemTips.URL = "ui://lh4a80jds5oj8i";