37 lines
1.1 KiB
C#
37 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.P17_PackAward
|
|
{
|
|
public partial class com_passunlock : GComponent
|
|
{
|
|
public Controller pay_type;
|
|
public GButton btn_close;
|
|
public GTextField text_allgold;
|
|
public GButton btn_buypass;
|
|
public GTextField tips;
|
|
public GTextField ads;
|
|
public GButton btn_max_pay;
|
|
public const string URL = "ui://5gv9hkgsd3a91";
|
|
|
|
public static com_passunlock CreateInstance()
|
|
{
|
|
return (com_passunlock)UIPackage.CreateObject("P17_PackAward", "com_passunlock");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
pay_type = GetControllerAt(0);
|
|
btn_close = (GButton)GetChildAt(3);
|
|
text_allgold = (GTextField)GetChildAt(6);
|
|
btn_buypass = (GButton)GetChildAt(7);
|
|
tips = (GTextField)GetChildAt(8);
|
|
ads = (GTextField)GetChildAt(9);
|
|
btn_max_pay = (GButton)GetChildAt(10);
|
|
}
|
|
}
|
|
} |