fix:1、添加项目

This commit is contained in:
2026-04-22 09:52:55 +08:00
commit 173cfb2dc9
5871 changed files with 600870 additions and 0 deletions
@@ -0,0 +1,35 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.P16_Webview
{
public partial class com_webview : GComponent
{
public GComponent com_fly;
public GGraph fly_area;
public com_top com_top;
public btn_icon btn_icon;
public GButton btn_out;
public GButton btn_close;
public const string URL = "ui://ldxlghf7j4a20";
public static com_webview CreateInstance()
{
return (com_webview)UIPackage.CreateObject("P16_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_top)GetChildAt(4);
btn_icon = (btn_icon)GetChildAt(5);
btn_out = (GButton)GetChildAt(6);
btn_close = (GButton)GetChildAt(7);
}
}
}