commonui-lib-test
Version:
"#common ui lib test"
19 lines (18 loc) • 658 B
JavaScript
;
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
Object.defineProperty(exports, "__esModule", { value: true });
class ComboBox1_item extends fgui.GButton {
constructor() {
super();
}
static createInstance() {
return (fgui.UIPackage.createObject("common", "ComboBox1_item"));
}
onConstruct() {
this.imgItemUp = (this.getChild("imgItemUp"));
this.imgItemDown = (this.getChild("imgItemDown"));
this.imgItemOver = (this.getChild("imgItemOver"));
}
}
exports.default = ComboBox1_item;
ComboBox1_item.URL = "ui://lh4a80jdgjuk68";