UI_ExportBg.ts 477 B

12345678910111213141516171819202122
  1. /** This is an automatically generated class by FairyGUI. Please do not modify it. **/
  2. export default class UI_ExportBg extends fgui.GButton {
  3. public m_n8:fgui.GGraph;
  4. public static URL:string = "ui://hse3vywnpgpu3";
  5. public static createInstance():UI_ExportBg {
  6. return <UI_ExportBg>(fgui.UIPackage.createObject("WXSExport","ExportBg"));
  7. }
  8. public constructor() {
  9. super();
  10. }
  11. protected onConstruct(): void {
  12. this.m_n8 = <fgui.GGraph>(this.getChildAt(0));
  13. }
  14. }