31 lines
855 B
C#
31 lines
855 B
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
using FairyGUI.Utils;
|
|
|
|
namespace FGUI.P08_Play
|
|
{
|
|
public partial class com_open : GComponent
|
|
{
|
|
public GTextField text_level;
|
|
public GGraph ani_node;
|
|
public GGroup _group;
|
|
public GGraph tips_node;
|
|
public const string URL = "ui://g3iqdlgcopwg13";
|
|
|
|
public static com_open CreateInstance()
|
|
{
|
|
return (com_open)UIPackage.CreateObject("P08_Play", "com_open");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
text_level = (GTextField)GetChildAt(0);
|
|
ani_node = (GGraph)GetChildAt(2);
|
|
_group = (GGroup)GetChildAt(5);
|
|
tips_node = (GGraph)GetChildAt(6);
|
|
}
|
|
}
|
|
} |