UI_btnCll.ts 548 B

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