12345678910111213141516171819202122 |
- /** This is an automatically generated class by FairyGUI. Please do not modify it. **/
- export default class UI_btnStar extends fgui.GButton {
- public m_button:fgui.Controller;
- public static URL:string = "ui://1z72c6n3ttjr3";
- public static createInstance():UI_btnStar {
- return <UI_btnStar>(fgui.UIPackage.createObject("Hall","btnStar"));
- }
- public constructor() {
- super();
- }
- protected onConstruct(): void {
- this.m_button = this.getControllerAt(0);
- }
- }
|