12345678910111213141516171819202122232425262728293031323334353637383940 |
- /** 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 <UI_Export002>(fgui.UIPackage.createObject("WXSExport","Export002"));
- }
- public constructor() {
- super();
- }
- protected onConstruct(): void {
- this.m_c1 = this.getControllerAt(0);
- this.m_n5 = <fgui.GGraph>(this.getChildAt(0));
- this.m_n1 = <fgui.GGraph>(this.getChildAt(1));
- this.m_n3 = <fgui.GGraph>(this.getChildAt(2));
- this.m_n2 = <fgui.GGraph>(this.getChildAt(3));
- this.m_txtName = <fgui.GTextField>(this.getChildAt(4));
- this.m_groupIcon = <fgui.GLoader>(this.getChildAt(5));
- this.m_n7 = <fgui.GImage>(this.getChildAt(6));
- this.m_n8 = <fgui.GImage>(this.getChildAt(7));
- this.m_t0 = this.getTransitionAt(0);
- }
- }
|