UNPKG

commonui-lib-test

Version:

"#common ui lib test"

23 lines (22 loc) 904 B
"use strict"; /** This is an automatically generated class by FairyGUI. Please do not modify it. **/ Object.defineProperty(exports, "__esModule", { value: true }); class dialogReconnect extends fgui.GComponent { constructor() { super(); } static createInstance() { return (fgui.UIPackage.createObject("common", "dialogReconnect")); } onConstruct() { this.ctrlPingtimes = this.getController("ctrlPingtimes"); this.labelWindowFrame = (this.getChild("labelWindowFrame")); this.textTips = (this.getChild("textTips")); this.textReconnect = (this.getChild("textReconnect")); this.btnRetry = (this.getChild("btnRetry")); this.btnHome = (this.getChild("btnHome")); this.btnHomeB = (this.getChild("btnHomeB")); } } exports.default = dialogReconnect; dialogReconnect.URL = "ui://lh4a80jdn4iy52";