fix:1、添加项目
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.P14_PassView
|
||||
{
|
||||
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://wyu9msxwd3a91";
|
||||
|
||||
public static com_passunlock CreateInstance()
|
||||
{
|
||||
return (com_passunlock)UIPackage.CreateObject("P14_PassView", "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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user