/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ import UI_btnStar from "./UI_btnStar"; import UI_btnMore from "./UI_btnMore"; import UI_btnH01 from "./UI_btnH01"; export default class UI_Hall extends fgui.GComponent { public m_n0:fgui.GImage; public m_Start:UI_btnStar; public m_n22:fgui.GImage; public m_btnMore:UI_btnMore; public m_n8:UI_btnH01; public m_n24:fgui.GImage; public m_n21:fgui.GImage; public m_n34:fgui.GGraph; public m_n35:fgui.GGraph; public m_n33:fgui.GGraph; public m_n28:fgui.GImage; public m_n29:fgui.GImage; public m_n30:fgui.GImage; public m_levelLabel:fgui.GTextField; public m_t0:fgui.Transition; public m_t2:fgui.Transition; public static URL:string = "ui://1z72c6n3ttjr0"; public static createInstance():UI_Hall { return (fgui.UIPackage.createObject("Hall","Hall")); } public constructor() { super(); } protected onConstruct(): void { this.m_n0 = (this.getChildAt(0)); this.m_Start = (this.getChildAt(1)); this.m_n22 = (this.getChildAt(2)); this.m_btnMore = (this.getChildAt(3)); this.m_n8 = (this.getChildAt(4)); this.m_n24 = (this.getChildAt(5)); this.m_n21 = (this.getChildAt(6)); this.m_n34 = (this.getChildAt(7)); this.m_n35 = (this.getChildAt(8)); this.m_n33 = (this.getChildAt(9)); this.m_n28 = (this.getChildAt(10)); this.m_n29 = (this.getChildAt(11)); this.m_n30 = (this.getChildAt(12)); this.m_levelLabel = (this.getChildAt(13)); this.m_t0 = this.getTransitionAt(0); this.m_t2 = this.getTransitionAt(1); } }