fix:1、添加项目
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.P01_Common
|
||||
{
|
||||
public partial class com_money : GComponent
|
||||
{
|
||||
public GTextField number_text;
|
||||
public GImage icon;
|
||||
public GButton btn_ch;
|
||||
public GTextField text_time;
|
||||
public GGroup group_tips;
|
||||
public const string URL = "ui://o9974uc5d8su16";
|
||||
|
||||
public static com_money CreateInstance()
|
||||
{
|
||||
return (com_money)UIPackage.CreateObject("P01_Common", "com_money");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
number_text = (GTextField)GetChildAt(1);
|
||||
icon = (GImage)GetChildAt(2);
|
||||
btn_ch = (GButton)GetChildAt(3);
|
||||
text_time = (GTextField)GetChildAt(5);
|
||||
group_tips = (GGroup)GetChildAt(6);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user