37 lines
1.1 KiB
C#
37 lines
1.1 KiB
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
using FairyGUI.Utils;
|
|
|
|
namespace FGUI.G001_rewardPop
|
|
{
|
|
public partial class com_reward : GComponent
|
|
{
|
|
public GGraph fx_lihua;
|
|
public btn_collect btn_collect;
|
|
public GGraph fx_bg;
|
|
public GTextField text_num;
|
|
public btn_nothank btn_no;
|
|
public GGraph fx_PiaoDai;
|
|
public GLoader loader_puzzle;
|
|
public const string URL = "ui://tm1qhgb4n5d53";
|
|
|
|
public static com_reward CreateInstance()
|
|
{
|
|
return (com_reward)UIPackage.CreateObject("G001_rewardPop", "com_reward");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
fx_lihua = (GGraph)GetChildAt(0);
|
|
btn_collect = (btn_collect)GetChildAt(1);
|
|
fx_bg = (GGraph)GetChildAt(2);
|
|
text_num = (GTextField)GetChildAt(4);
|
|
btn_no = (btn_nothank)GetChildAt(5);
|
|
fx_PiaoDai = (GGraph)GetChildAt(6);
|
|
loader_puzzle = (GLoader)GetChildAt(7);
|
|
}
|
|
}
|
|
} |