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.P06_Hall
|
||||
{
|
||||
public partial class com_start : GComponent
|
||||
{
|
||||
public GGraph bg_parent;
|
||||
public btn_play btn_play;
|
||||
public GTextField text_level;
|
||||
public const string URL = "ui://gytj501cm0ohy";
|
||||
|
||||
public static com_start CreateInstance()
|
||||
{
|
||||
return (com_start)UIPackage.CreateObject("P06_Hall", "com_start");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
bg_parent = (GGraph)GetChildAt(0);
|
||||
btn_play = (btn_play)GetChildAt(1);
|
||||
text_level = (GTextField)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user