UI_btnStar.ts 470 B

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