bingo 项目提交
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
/** 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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user