/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ import UI_ProgressBar from "./UI_ProgressBar"; export default class UI_LoadingView extends fgui.GComponent { public m_n0:fgui.GImage; public m_progressBar:UI_ProgressBar; public m_n2:fgui.GTextField; public m_n3:fgui.GImage; public m_n4:fgui.GImage; public static URL:string = "ui://llglz4x4l16l0"; public static createInstance():UI_LoadingView { return (fgui.UIPackage.createObject("LoadingView","LoadingView")); } public constructor() { super(); } protected onConstruct(): void { this.m_n0 = (this.getChildAt(0)); this.m_progressBar = (this.getChildAt(1)); this.m_n2 = (this.getChildAt(2)); this.m_n3 = (this.getChildAt(3)); this.m_n4 = (this.getChildAt(4)); } }