2026-04-20 13:49:36 +08:00
|
|
|
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
|
|
|
|
|
|
using FairyGUI;
|
|
|
|
|
using FairyGUI.Utils;
|
|
|
|
|
|
2026-05-08 11:03:00 +08:00
|
|
|
namespace FGUI.tixian
|
2026-04-20 13:49:36 +08:00
|
|
|
{
|
|
|
|
|
public partial class com_regulation : GComponent
|
|
|
|
|
{
|
2026-05-08 11:03:00 +08:00
|
|
|
public GComponent closeButton;
|
|
|
|
|
public const string URL = "ui://jwedp6jyghqt2";
|
2026-04-20 13:49:36 +08:00
|
|
|
|
|
|
|
|
public static com_regulation CreateInstance()
|
|
|
|
|
{
|
2026-05-08 11:03:00 +08:00
|
|
|
return (com_regulation)UIPackage.CreateObject("tixian", "com_regulation");
|
2026-04-20 13:49:36 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
|
|
|
{
|
|
|
|
|
base.ConstructFromXML(xml);
|
|
|
|
|
|
2026-05-08 11:03:00 +08:00
|
|
|
closeButton = (GComponent)GetChildAt(1);
|
2026-04-20 13:49:36 +08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|