fix:1、添加项目
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.tixian
|
||||
{
|
||||
public partial class com_rank : GComponent
|
||||
{
|
||||
public Controller content1;
|
||||
public Controller content2;
|
||||
public Controller content3;
|
||||
public GTextField lab_title_des;
|
||||
public GTextField text_ranks;
|
||||
public GTextField lab_rank_tips;
|
||||
public GTextField text_rank1;
|
||||
public GTextField text_rank2;
|
||||
public GTextField text_rank3;
|
||||
public const string URL = "ui://md8tkwlzqgv24f";
|
||||
|
||||
public static com_rank CreateInstance()
|
||||
{
|
||||
return (com_rank)UIPackage.CreateObject("tixian", "com_rank");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
content1 = GetControllerAt(0);
|
||||
content2 = GetControllerAt(1);
|
||||
content3 = GetControllerAt(2);
|
||||
lab_title_des = (GTextField)GetChildAt(2);
|
||||
text_ranks = (GTextField)GetChildAt(3);
|
||||
lab_rank_tips = (GTextField)GetChildAt(4);
|
||||
text_rank1 = (GTextField)GetChildAt(5);
|
||||
text_rank2 = (GTextField)GetChildAt(6);
|
||||
text_rank3 = (GTextField)GetChildAt(7);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user