Files
ArrowBeatTap-Gp/Assets/ChillConnect/FGUI/package/AddCell_12/com_addView.cs
T

41 lines
1.2 KiB
C#
Raw Normal View History

/** 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);
}
}
}