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.P21_MailView
|
||||
{
|
||||
public partial class com_mail : GComponent
|
||||
{
|
||||
public Controller stage;
|
||||
public GTextField text_noTips;
|
||||
public GButton com_gold;
|
||||
public GList list_mail;
|
||||
public GGroup panel;
|
||||
public Transition show1;
|
||||
public Transition show2;
|
||||
public Transition hide1;
|
||||
public Transition hide2;
|
||||
public const string URL = "ui://oi9nwct7m0oh0";
|
||||
|
||||
public static com_mail CreateInstance()
|
||||
{
|
||||
return (com_mail)UIPackage.CreateObject("P21_MailView", "com_mail");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
stage = GetControllerAt(0);
|
||||
text_noTips = (GTextField)GetChildAt(2);
|
||||
com_gold = (GButton)GetChildAt(3);
|
||||
list_mail = (GList)GetChildAt(4);
|
||||
panel = (GGroup)GetChildAt(5);
|
||||
show1 = GetTransitionAt(0);
|
||||
show2 = GetTransitionAt(1);
|
||||
hide1 = GetTransitionAt(2);
|
||||
hide2 = GetTransitionAt(3);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user