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