UI_Export002.ts 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /** This is an automatically generated class by FairyGUI. Please do not modify it. **/
  2. export default class UI_Export002 extends fgui.GComponent {
  3. public m_c1:fgui.Controller;
  4. public m_n5:fgui.GGraph;
  5. public m_n1:fgui.GGraph;
  6. public m_n3:fgui.GGraph;
  7. public m_n2:fgui.GGraph;
  8. public m_txtName:fgui.GTextField;
  9. public m_groupIcon:fgui.GLoader;
  10. public m_n7:fgui.GImage;
  11. public m_n8:fgui.GImage;
  12. public m_t0:fgui.Transition;
  13. public static URL:string = "ui://hse3vywnpgpu5";
  14. public static createInstance():UI_Export002 {
  15. return <UI_Export002>(fgui.UIPackage.createObject("WXSExport","Export002"));
  16. }
  17. public constructor() {
  18. super();
  19. }
  20. protected onConstruct(): void {
  21. this.m_c1 = this.getControllerAt(0);
  22. this.m_n5 = <fgui.GGraph>(this.getChildAt(0));
  23. this.m_n1 = <fgui.GGraph>(this.getChildAt(1));
  24. this.m_n3 = <fgui.GGraph>(this.getChildAt(2));
  25. this.m_n2 = <fgui.GGraph>(this.getChildAt(3));
  26. this.m_txtName = <fgui.GTextField>(this.getChildAt(4));
  27. this.m_groupIcon = <fgui.GLoader>(this.getChildAt(5));
  28. this.m_n7 = <fgui.GImage>(this.getChildAt(6));
  29. this.m_n8 = <fgui.GImage>(this.getChildAt(7));
  30. this.m_t0 = this.getTransitionAt(0);
  31. }
  32. }