commonui-lib-test
Version:
"#common ui lib test"
26 lines (25 loc) • 1.14 kB
JavaScript
"use strict";
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
Object.defineProperty(exports, "__esModule", { value: true });
class comListRecod extends fgui.GComponent {
constructor() {
super();
}
static createInstance() {
return (fgui.UIPackage.createObject("common", "comListRecod"));
}
onConstruct() {
this.ctrlRoom = this.getController("ctrlRoom");
this.graphLine = (this.getChild("graphLine"));
this.textGame = (this.getChild("textGame"));
this.textRecordRoomBeginner = (this.getChild("textRecordRoomBeginner"));
this.textRecordRoomNormal = (this.getChild("textRecordRoomNormal"));
this.textRecordRoomAdvanced = (this.getChild("textRecordRoomAdvanced"));
this.textRecordRoomMaster = (this.getChild("textRecordRoomMaster"));
this.textBets = (this.getChild("textBets"));
this.textProfitLose = (this.getChild("textProfitLose"));
this.textTime = (this.getChild("textTime"));
}
}
exports.default = comListRecod;
comListRecod.URL = "ui://lh4a80jdao89b9";