UNPKG

commonui-lib-test

Version:

"#common ui lib test"

25 lines (24 loc) 1.01 kB
"use strict"; /** This is an automatically generated class by FairyGUI. Please do not modify it. **/ Object.defineProperty(exports, "__esModule", { value: true }); class dialogMatch extends fgui.GComponent { constructor() { super(); } static createInstance() { return (fgui.UIPackage.createObject("common", "dialogMatch")); } onConstruct() { this.ctrlPingtimes = this.getController("ctrlPingtimes"); this.labelWindowFrame = (this.getChild("labelWindowFrame")); this.textTips = (this.getChild("textTips")); this.textMatching = (this.getChild("textMatching")); this.textRematch = (this.getChild("textRematch")); this.textTime = (this.getChild("textTime")); this.aniMatch = (this.getChild("aniMatch")); this.btnComfirm = (this.getChild("btnComfirm")); this.btnCancel = (this.getChild("btnCancel")); } } exports.default = dialogMatch; dialogMatch.URL = "ui://lh4a80jdki5r9e";