Files
RedHotRoast-ios/Assets/GemCrush/FGUI/package/P08_Play/com_open.cs
T

31 lines
855 B
C#
Raw Normal View History

2026-04-22 09:52:55 +08:00
/** 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);
}
}
}