fix:1、添加项目
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.P06_Hall
|
||||
{
|
||||
public partial class btn_play : GButton
|
||||
{
|
||||
public GGraph btn_parent;
|
||||
public GTextField lab_level;
|
||||
public const string URL = "ui://gytj501cun4ap";
|
||||
|
||||
public static btn_play CreateInstance()
|
||||
{
|
||||
return (btn_play)UIPackage.CreateObject("P06_Hall", "btn_play");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
btn_parent = (GGraph)GetChildAt(1);
|
||||
lab_level = (GTextField)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user