12345678910111213141516171819202122 |
- /** This is an automatically generated class by FairyGUI. Please do not modify it. **/
- export default class UI_btnH01 extends fgui.GComponent {
- public m_n7:fgui.GImage;
- public static URL:string = "ui://1z72c6n3ba307";
- public static createInstance():UI_btnH01 {
- return <UI_btnH01>(fgui.UIPackage.createObject("Hall","btnH01"));
- }
- public constructor() {
- super();
- }
- protected onConstruct(): void {
- this.m_n7 = <fgui.GImage>(this.getChildAt(0));
- }
- }
|