UI_btnH01.ts 467 B

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