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