fix:1、添加项目
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
/** 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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user