UI_btnComeOn.ts 649 B

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