fix:1、添加项目。2、基本箭头生成
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.AddCell_12
|
||||
{
|
||||
public partial class com_addView : GComponent
|
||||
{
|
||||
public Controller pay_type;
|
||||
public Controller gift;
|
||||
public GTextField title;
|
||||
public GButton btn_close;
|
||||
public GButton btn_watch;
|
||||
public GTextField tips;
|
||||
public GTextField ads;
|
||||
public GButton btn_max_pay;
|
||||
public GComponent broad;
|
||||
public const string URL = "ui://cwrkvs469eoj0";
|
||||
|
||||
public static com_addView CreateInstance()
|
||||
{
|
||||
return (com_addView)UIPackage.CreateObject("AddCell_12", "com_addView");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
gift = GetControllerAt(1);
|
||||
title = (GTextField)GetChildAt(7);
|
||||
btn_close = (GButton)GetChildAt(9);
|
||||
btn_watch = (GButton)GetChildAt(10);
|
||||
tips = (GTextField)GetChildAt(11);
|
||||
ads = (GTextField)GetChildAt(12);
|
||||
btn_max_pay = (GButton)GetChildAt(13);
|
||||
broad = (GComponent)GetChildAt(16);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user