UI_Export004.ts 863 B

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