123456789101112131415161718192021222324 |
- /** This is an automatically generated class by FairyGUI. Please do not modify it. **/
- export default class UI_btnCll extends fgui.GButton {
- public m_n14:fgui.GGraph;
- public m_n15:fgui.GGraph;
- public static URL:string = "ui://hse3vywnpgpu4";
- public static createInstance():UI_btnCll {
- return <UI_btnCll>(fgui.UIPackage.createObject("WXSExport","btnCll"));
- }
- public constructor() {
- super();
- }
- protected onConstruct(): void {
- this.m_n14 = <fgui.GGraph>(this.getChildAt(0));
- this.m_n15 = <fgui.GGraph>(this.getChildAt(1));
- }
- }
|