35 lines
1.0 KiB
C#
35 lines
1.0 KiB
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
using FairyGUI.Utils;
|
|
|
|
namespace FGUI.JRewardPop
|
|
{
|
|
public partial class com_StarReward : GComponent
|
|
{
|
|
public GGraph spine_parent;
|
|
public GTextField cash_text;
|
|
public GButton btn_adget;
|
|
public GTextField rate_text;
|
|
public GButton btn_get;
|
|
public GButton reward_end;
|
|
public const string URL = "ui://tm1qhgb4112ephz";
|
|
|
|
public static com_StarReward CreateInstance()
|
|
{
|
|
return (com_StarReward)UIPackage.CreateObject("JRewardPop", "com_StarReward");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
spine_parent = (GGraph)GetChildAt(2);
|
|
cash_text = (GTextField)GetChildAt(4);
|
|
btn_adget = (GButton)GetChildAt(5);
|
|
rate_text = (GTextField)GetChildAt(7);
|
|
btn_get = (GButton)GetChildAt(8);
|
|
reward_end = (GButton)GetChildAt(9);
|
|
}
|
|
}
|
|
} |