UI_btnJXZD.ts 487 B

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