fix:1、更换项目,使用winter来创建
This commit is contained in:
@@ -0,0 +1,75 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.LG_End
|
||||
{
|
||||
public partial class com_newend : GComponent
|
||||
{
|
||||
public Controller win_lose;
|
||||
public Controller step;
|
||||
public Controller gift_switch;
|
||||
public Controller is_vip;
|
||||
public GLoader loader_bgimg;
|
||||
public GTextField remain_time;
|
||||
public GTextField tetx_level;
|
||||
public GButton btn_setting;
|
||||
public GGraph congra_parent;
|
||||
public GTextField text_levelType;
|
||||
public GGraph bg_parent;
|
||||
public GGraph congra_parent_2;
|
||||
public GGraph coin_parent;
|
||||
public GTextField text_award;
|
||||
public GButton btn_gold;
|
||||
public GComponent com_loader;
|
||||
public GButton btn_download;
|
||||
public GButton btn_restart;
|
||||
public GComponent wheel;
|
||||
public GProgressBar progress_level;
|
||||
public GButton btn_mult;
|
||||
public GButton btn_claim;
|
||||
public GImage logo;
|
||||
public GButton btn_download_coin;
|
||||
public GButton btn_continue;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://tiispqmpcv0e0";
|
||||
|
||||
public static com_newend CreateInstance()
|
||||
{
|
||||
return (com_newend)UIPackage.CreateObject("LG_End", "com_newend");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
win_lose = GetControllerAt(0);
|
||||
step = GetControllerAt(1);
|
||||
gift_switch = GetControllerAt(2);
|
||||
is_vip = GetControllerAt(3);
|
||||
loader_bgimg = (GLoader)GetChildAt(0);
|
||||
remain_time = (GTextField)GetChildAt(2);
|
||||
tetx_level = (GTextField)GetChildAt(4);
|
||||
btn_setting = (GButton)GetChildAt(5);
|
||||
congra_parent = (GGraph)GetChildAt(10);
|
||||
text_levelType = (GTextField)GetChildAt(11);
|
||||
bg_parent = (GGraph)GetChildAt(12);
|
||||
congra_parent_2 = (GGraph)GetChildAt(13);
|
||||
coin_parent = (GGraph)GetChildAt(14);
|
||||
text_award = (GTextField)GetChildAt(16);
|
||||
btn_gold = (GButton)GetChildAt(19);
|
||||
com_loader = (GComponent)GetChildAt(22);
|
||||
btn_download = (GButton)GetChildAt(24);
|
||||
btn_restart = (GButton)GetChildAt(25);
|
||||
wheel = (GComponent)GetChildAt(26);
|
||||
progress_level = (GProgressBar)GetChildAt(27);
|
||||
btn_mult = (GButton)GetChildAt(28);
|
||||
btn_claim = (GButton)GetChildAt(29);
|
||||
logo = (GImage)GetChildAt(30);
|
||||
btn_download_coin = (GButton)GetChildAt(31);
|
||||
btn_continue = (GButton)GetChildAt(33);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user