commonui-lib-test
Version:
"#common ui lib test"
21 lines (20 loc) • 788 B
JavaScript
;
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
Object.defineProperty(exports, "__esModule", { value: true });
class ComboBox1 extends fgui.GComboBox {
constructor() {
super();
}
static createInstance() {
return (fgui.UIPackage.createObject("common", "ComboBox1"));
}
onConstruct() {
this.imgBgDown = (this.getChild("imgBgDown"));
this.imgDialogItemBg = (this.getChild("imgDialogItemBg"));
this.imgDialogItem = (this.getChild("imgDialogItem"));
this.imgIconArrowDown = (this.getChild("imgIconArrowDown"));
this.imgIconArrowUp = (this.getChild("imgIconArrowUp"));
}
}
exports.default = ComboBox1;
ComboBox1.URL = "ui://lh4a80jdgjuk69";