29 lines
791 B
C#
29 lines
791 B
C#
|
|
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||
|
|
|
||
|
|
using FairyGUI;
|
||
|
|
using FairyGUI.Utils;
|
||
|
|
|
||
|
|
namespace FGUI.JBingoPlay
|
||
|
|
{
|
||
|
|
public partial class btn_star : GButton
|
||
|
|
{
|
||
|
|
public GImage icon_image;
|
||
|
|
public GImage progress;
|
||
|
|
public GTextField progress_text;
|
||
|
|
public const string URL = "ui://qrqjiu5s112epij";
|
||
|
|
|
||
|
|
public static btn_star CreateInstance()
|
||
|
|
{
|
||
|
|
return (btn_star)UIPackage.CreateObject("JBingoPlay", "btn_star");
|
||
|
|
}
|
||
|
|
|
||
|
|
public override void ConstructFromXML(XML xml)
|
||
|
|
{
|
||
|
|
base.ConstructFromXML(xml);
|
||
|
|
|
||
|
|
icon_image = (GImage)GetChildAt(1);
|
||
|
|
progress = (GImage)GetChildAt(3);
|
||
|
|
progress_text = (GTextField)GetChildAt(4);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|