Files
BingoGrassland/Assets/BingoBrain/FGUI/Package/G004_webview/com_webview.cs
T
2026-04-20 13:49:36 +08:00

39 lines
1.2 KiB
C#

/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.G004_webview
{
public partial class com_webview : GComponent
{
public GComponent com_fly;
public GGraph fly_area;
public com_webtop com_top;
public btn_icon btn_icon;
public GButton btn_out;
public GTextField money_text;
public GButton btn_close;
public GGroup gruop_;
public const string URL = "ui://bfkmhq3qfd7s0";
public static com_webview CreateInstance()
{
return (com_webview)UIPackage.CreateObject("G004_webview", "com_webview");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
com_fly = (GComponent)GetChildAt(0);
fly_area = (GGraph)GetChildAt(2);
com_top = (com_webtop)GetChildAt(3);
btn_icon = (btn_icon)GetChildAt(4);
btn_out = (GButton)GetChildAt(5);
money_text = (GTextField)GetChildAt(7);
btn_close = (GButton)GetChildAt(8);
gruop_ = (GGroup)GetChildAt(9);
}
}
}