Files
RedHotRoast-ios/Assets/RedHotRoast/FGUI/package/LG_End/com_unlockLevelNew.cs
T

35 lines
1.1 KiB
C#

/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.LG_End
{
public partial class com_unlockLevelNew : GComponent
{
public GButton btn_close;
public item_unlockLevel item_0;
public item_unlockLevel item_0_re;
public item_unlockLevel item_1;
public item_unlockLevel item_2;
public item_unlockLevel item_3;
public const string URL = "ui://tiispqmpmhxp1c";
public static com_unlockLevelNew CreateInstance()
{
return (com_unlockLevelNew)UIPackage.CreateObject("LG_End", "com_unlockLevelNew");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
btn_close = (GButton)GetChildAt(1);
item_0 = (item_unlockLevel)GetChildAt(2);
item_0_re = (item_unlockLevel)GetChildAt(3);
item_1 = (item_unlockLevel)GetChildAt(4);
item_2 = (item_unlockLevel)GetChildAt(5);
item_3 = (item_unlockLevel)GetChildAt(6);
}
}
}