fix:1、添加项目
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.rank
|
||||
{
|
||||
public partial class rank_panel : GComponent
|
||||
{
|
||||
public Controller pay_type;
|
||||
public GTextField lab_purchase;
|
||||
public GTextField lab_elminate2;
|
||||
public GTextField lab_elminate;
|
||||
public GTextField lab_ads;
|
||||
public GTextField lab_ads_limit;
|
||||
public const string URL = "ui://edhx114fiwfg4e";
|
||||
|
||||
public static rank_panel CreateInstance()
|
||||
{
|
||||
return (rank_panel)UIPackage.CreateObject("rank", "rank_panel");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
lab_purchase = (GTextField)GetChildAt(1);
|
||||
lab_elminate2 = (GTextField)GetChildAt(7);
|
||||
lab_elminate = (GTextField)GetChildAt(8);
|
||||
lab_ads = (GTextField)GetChildAt(13);
|
||||
lab_ads_limit = (GTextField)GetChildAt(14);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user