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