UNPKG

commonui-lib-test

Version:

"#common ui lib test"

20 lines (19 loc) 757 B
"use strict"; /** This is an automatically generated class by FairyGUI. Please do not modify it. **/ Object.defineProperty(exports, "__esModule", { value: true }); class dialogLanguageLimit extends fgui.GComponent { constructor() { super(); } static createInstance() { return (fgui.UIPackage.createObject("common", "dialogLanguageLimit")); } onConstruct() { this.labelWindowFrame = (this.getChild("labelWindowFrame")); this.textTips = (this.getChild("textTips")); this.comLanguageLimit = (this.getChild("comLanguageLimit")); this.btnComfirm = (this.getChild("btnComfirm")); } } exports.default = dialogLanguageLimit; dialogLanguageLimit.URL = "ui://lh4a80jdiat19s";