41 lines
1.2 KiB
C#
41 lines
1.2 KiB
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|||
|
|
|
||
|
|
using FairyGUI;
|
||
|
|
using FairyGUI.Utils;
|
||
|
|
|
||
|
|
namespace FGUI.P23_Tujian
|
||
|
|
{
|
||
|
|
public partial class com_tujian : GComponent
|
||
|
|
{
|
||
|
|
public GGraph ani_node;
|
||
|
|
public GButton btn_close;
|
||
|
|
public GButton gold;
|
||
|
|
public GList list;
|
||
|
|
public GGroup panel;
|
||
|
|
public Transition show1;
|
||
|
|
public Transition show2;
|
||
|
|
public Transition hide1;
|
||
|
|
public Transition hide2;
|
||
|
|
public const string URL = "ui://etpidy1miide4o";
|
||
|
|
|
||
|
|
public static com_tujian CreateInstance()
|
||
|
|
{
|
||
|
|
return (com_tujian)UIPackage.CreateObject("P23_Tujian", "com_tujian");
|
||
|
|
}
|
||
|
|
|
||
|
|
public override void ConstructFromXML(XML xml)
|
||
|
|
{
|
||
|
|
base.ConstructFromXML(xml);
|
||
|
|
|
||
|
|
ani_node = (GGraph)GetChildAt(2);
|
||
|
|
btn_close = (GButton)GetChildAt(5);
|
||
|
|
gold = (GButton)GetChildAt(6);
|
||
|
|
list = (GList)GetChildAt(9);
|
||
|
|
panel = (GGroup)GetChildAt(10);
|
||
|
|
show1 = GetTransitionAt(0);
|
||
|
|
show2 = GetTransitionAt(1);
|
||
|
|
hide1 = GetTransitionAt(2);
|
||
|
|
hide2 = GetTransitionAt(3);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|