1234567891011121314151617181920212223242526272829303132 |
- /** This is an automatically generated class by FairyGUI. Please do not modify it. **/
- export default class UI_Export004 extends fgui.GComponent {
- public m_c1:fgui.Controller;
- public m_n2:fgui.GGraph;
- public m_groupIcon:fgui.GLoader;
- public m_n7:fgui.GImage;
- public m_n8:fgui.GImage;
- public m_t0:fgui.Transition;
- public static URL:string = "ui://hse3vywnpgpud";
- public static createInstance():UI_Export004 {
- return <UI_Export004>(fgui.UIPackage.createObject("WXSExport","Export004"));
- }
- public constructor() {
- super();
- }
- protected onConstruct(): void {
- this.m_c1 = this.getControllerAt(0);
- this.m_n2 = <fgui.GGraph>(this.getChildAt(0));
- this.m_groupIcon = <fgui.GLoader>(this.getChildAt(1));
- this.m_n7 = <fgui.GImage>(this.getChildAt(2));
- this.m_n8 = <fgui.GImage>(this.getChildAt(3));
- this.m_t0 = this.getTransitionAt(0);
- }
- }
|