commonui-lib-test
Version:
"#common ui lib test"
22 lines (21 loc) • 872 B
JavaScript
"use strict";
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
Object.defineProperty(exports, "__esModule", { value: true });
class comPopMainten extends fgui.GComponent {
constructor() {
super();
}
static createInstance() {
return (fgui.UIPackage.createObject("common", "comPopMainten"));
}
onConstruct() {
this.ctrlMaintenTypes = this.getController("ctrlMaintenTypes");
this.imgBgMainten = (this.getChild("imgBgMainten"));
this.textRegular = (this.getChild("textRegular"));
this.textTemporary = (this.getChild("textTemporary"));
this.textRegularOn = (this.getChild("textRegularOn"));
this.textTemporaryOn = (this.getChild("textTemporaryOn"));
}
}
exports.default = comPopMainten;
comPopMainten.URL = "ui://lh4a80jdodgdc1";