/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ export default class UI_Export002 extends fgui.GComponent { public m_c1:fgui.Controller; public m_n5:fgui.GGraph; public m_n1:fgui.GGraph; public m_n3:fgui.GGraph; public m_n2:fgui.GGraph; public m_txtName:fgui.GTextField; public m_groupIcon:fgui.GLoader; public m_n7:fgui.GImage; public m_n8:fgui.GImage; public m_t0:fgui.Transition; public static URL:string = "ui://hse3vywnpgpu5"; public static createInstance():UI_Export002 { return (fgui.UIPackage.createObject("WXSExport","Export002")); } public constructor() { super(); } protected onConstruct(): void { this.m_c1 = this.getControllerAt(0); this.m_n5 = (this.getChildAt(0)); this.m_n1 = (this.getChildAt(1)); this.m_n3 = (this.getChildAt(2)); this.m_n2 = (this.getChildAt(3)); this.m_txtName = (this.getChildAt(4)); this.m_groupIcon = (this.getChildAt(5)); this.m_n7 = (this.getChildAt(6)); this.m_n8 = (this.getChildAt(7)); this.m_t0 = this.getTransitionAt(0); } }