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