1234567891011121314151617181920212223 |
- /** This is an automatically generated class by FairyGUI. Please do not modify it. **/
- export default class ui_Component_shou extends fgui.GComponent {
- public n57:fgui.GImage;
- public n54:fgui.GImage;
- public n55:fgui.GImage;
- public n56:fgui.GImage;
- public t1:fgui.Transition;
- public static URL:string = "ui://isxx5ak7um3xv5aw";
- public static createInstance():ui_Component_shou {
- return <ui_Component_shou>(fgui.UIPackage.createObject("game", "Component_shou"));
- }
- protected onConstruct():void {
- this.n57 = <fgui.GImage>(this.getChild("n57"));
- this.n54 = <fgui.GImage>(this.getChild("n54"));
- this.n55 = <fgui.GImage>(this.getChild("n55"));
- this.n56 = <fgui.GImage>(this.getChild("n56"));
- this.t1 = this.getTransition("t1");
- }
- }
|