UNPKG

commonui-lib-test

Version:

"#common ui lib test"

22 lines (21 loc) 866 B
"use strict"; /** This is an automatically generated class by FairyGUI. Please do not modify it. **/ Object.defineProperty(exports, "__esModule", { value: true }); class dialogFinish extends fgui.GComponent { constructor() { super(); } static createInstance() { return (fgui.UIPackage.createObject("common", "dialogFinish")); } onConstruct() { this.ctrlPingtimes = this.getController("ctrlPingtimes"); this.labelWindowFrame = (this.getChild("labelWindowFrame")); this.textTips = (this.getChild("textTips")); this.comGameFinished = (this.getChild("comGameFinished")); this.comGameUnfinished = (this.getChild("comGameUnfinished")); this.btnComfirm = (this.getChild("btnComfirm")); } } exports.default = dialogFinish; dialogFinish.URL = "ui://lh4a80jdao899y";