fix:1、添加项目
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.P17_PackAward
|
||||
{
|
||||
public partial class com_adcoming : GComponent
|
||||
{
|
||||
public GImage img_progress;
|
||||
public GTextField money_text;
|
||||
public GButton btn_removead;
|
||||
public GTextField time_text;
|
||||
public const string URL = "ui://5gv9hkgsrnhkl";
|
||||
|
||||
public static com_adcoming CreateInstance()
|
||||
{
|
||||
return (com_adcoming)UIPackage.CreateObject("P17_PackAward", "com_adcoming");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
img_progress = (GImage)GetChildAt(2);
|
||||
money_text = (GTextField)GetChildAt(3);
|
||||
btn_removead = (GButton)GetChildAt(4);
|
||||
time_text = (GTextField)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user