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