UNPKG

commonui-lib-test

Version:

"#common ui lib test"

27 lines (26 loc) 1.15 kB
"use strict"; /** This is an automatically generated class by FairyGUI. Please do not modify it. **/ Object.defineProperty(exports, "__esModule", { value: true }); class dialogSettings extends fgui.GComponent { constructor() { super(); } static createInstance() { return (fgui.UIPackage.createObject("common", "dialogSettings")); } onConstruct() { this.dialogBg = (this.getChild("dialogBg")); this.version = (this.getChild("version")); this.textTitleSettings = (this.getChild("textTitleSettings")); this.imgIconSound = (this.getChild("imgIconSound")); this.imgIconMusic = (this.getChild("imgIconMusic")); this.sliderBgm = (this.getChild("sliderBgm")); this.sliderSound = (this.getChild("sliderSound")); this.btnCancel = (this.getChild("btnCancel")); this.btnConfirm = (this.getChild("btnConfirm")); this.btnMusicSwitch = (this.getChild("btnMusicSwitch")); this.btnSoundSwitch = (this.getChild("btnSoundSwitch")); } } exports.default = dialogSettings; dialogSettings.URL = "ui://lh4a80jda6dl10";