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.P22_Guide
|
||||
{
|
||||
public partial class com_guide : GComponent
|
||||
{
|
||||
public GButton btn_new_start;
|
||||
public GGraph finger_parent;
|
||||
public const string URL = "ui://x5rcjydgs80p0";
|
||||
|
||||
public static com_guide CreateInstance()
|
||||
{
|
||||
return (com_guide)UIPackage.CreateObject("P22_Guide", "com_guide");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
btn_new_start = (GButton)GetChildAt(1);
|
||||
finger_parent = (GGraph)GetChildAt(2);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user