UNPKG

commonui-lib-test

Version:

"#common ui lib test"

23 lines (22 loc) 927 B
"use strict"; /** This is an automatically generated class by FairyGUI. Please do not modify it. **/ Object.defineProperty(exports, "__esModule", { value: true }); class dialogLanguage extends fgui.GComponent { constructor() { super(); } static createInstance() { return (fgui.UIPackage.createObject("common", "dialogLanguage")); } onConstruct() { this.dialogBg = (this.getChild("dialogBg")); this.textTitleLanguage = (this.getChild("textTitleLanguage")); this.comLanguageDropbox = (this.getChild("comLanguageDropbox")); this.btnCancel = (this.getChild("btnCancel")); this.btnConfirm = (this.getChild("btnConfirm")); this.transZoomIn = this.getTransition("transZoomIn"); this.transZoomOut = this.getTransition("transZoomOut"); } } exports.default = dialogLanguage; dialogLanguage.URL = "ui://lh4a80jdgjuk62";