29 lines
796 B
C#
29 lines
796 B
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|||
|
|
|
||
|
|
using FairyGUI;
|
||
|
|
using FairyGUI.Utils;
|
||
|
|
|
||
|
|
namespace FGUI.tixian
|
||
|
|
{
|
||
|
|
public partial class com_super_speed : GComponent
|
||
|
|
{
|
||
|
|
public GTextField title;
|
||
|
|
public GButton btn_close;
|
||
|
|
public GButton btn_buy;
|
||
|
|
public const string URL = "ui://md8tkwlzkbzoq";
|
||
|
|
|
||
|
|
public static com_super_speed CreateInstance()
|
||
|
|
{
|
||
|
|
return (com_super_speed)UIPackage.CreateObject("tixian", "com_super_speed");
|
||
|
|
}
|
||
|
|
|
||
|
|
public override void ConstructFromXML(XML xml)
|
||
|
|
{
|
||
|
|
base.ConstructFromXML(xml);
|
||
|
|
|
||
|
|
title = (GTextField)GetChildAt(2);
|
||
|
|
btn_close = (GButton)GetChildAt(3);
|
||
|
|
btn_buy = (GButton)GetChildAt(4);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|