27 lines
716 B
C#
27 lines
716 B
C#
/** 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);
|
|
}
|
|
}
|
|
} |