首次提交

This commit is contained in:
2026-07-13 18:14:23 +08:00
commit 20d09e4ebb
5293 changed files with 621708 additions and 0 deletions
@@ -0,0 +1,18 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
namespace FGUI.G004_webview
{
public class G004_webviewBinder
{
public static void BindAll()
{
UIObjectFactory.SetPackageItemExtension(btn_type.URL, typeof(btn_type));
UIObjectFactory.SetPackageItemExtension(com_webtop.URL, typeof(com_webtop));
UIObjectFactory.SetPackageItemExtension(com_webview.URL, typeof(com_webview));
UIObjectFactory.SetPackageItemExtension(btn_fly.URL, typeof(btn_fly));
UIObjectFactory.SetPackageItemExtension(btn_icon.URL, typeof(btn_icon));
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 74dfbe5fdc6f8e64bae7972d7fe1de77
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,29 @@
/** 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 btn_fly : GButton
{
public GImage light;
public Transition t0;
public Transition t1;
public const string URL = "ui://bfkmhq3qym5rf";
public static btn_fly CreateInstance()
{
return (btn_fly)UIPackage.CreateObject("G004_webview", "btn_fly");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
light = (GImage)GetChildAt(2);
t0 = GetTransitionAt(0);
t1 = GetTransitionAt(1);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: bb7b78f2379c8ab418f8f50bc16c751e
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,29 @@
/** 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 btn_icon : GButton
{
public Controller cont_state;
public GImage pb_time;
public Transition fx_ready;
public const string URL = "ui://bfkmhq3qym5rg";
public static btn_icon CreateInstance()
{
return (btn_icon)UIPackage.CreateObject("G004_webview", "btn_icon");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
cont_state = GetControllerAt(0);
pb_time = (GImage)GetChildAt(2);
fx_ready = GetTransitionAt(0);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 42b50821c281a6648b005f229defca2d
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,29 @@
/** 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 btn_type : GButton
{
public Controller cont_type;
public Controller cont_tab;
public GTextField text_type;
public const string URL = "ui://bfkmhq3qfbkwd";
public static btn_type CreateInstance()
{
return (btn_type)UIPackage.CreateObject("G004_webview", "btn_type");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
cont_type = GetControllerAt(0);
cont_tab = GetControllerAt(1);
text_type = (GTextField)GetChildAt(2);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 5ddbbd2e8bbf9474c82e036a16df78ee
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,33 @@
/** 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_webtop : GComponent
{
public GTextField text_num;
public GProgressBar pb_num;
public GTextField text_more;
public GImage icon_101;
public GGroup ContentBox;
public const string URL = "ui://bfkmhq3qfbkwe";
public static com_webtop CreateInstance()
{
return (com_webtop)UIPackage.CreateObject("G004_webview", "com_webtop");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
text_num = (GTextField)GetChildAt(1);
pb_num = (GProgressBar)GetChildAt(2);
text_more = (GTextField)GetChildAt(3);
icon_101 = (GImage)GetChildAt(4);
ContentBox = (GGroup)GetChildAt(6);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 2703e7bdf40fe93428fbdecd2d4253aa
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,39 @@
/** 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 GButton btn_close;
public GTextField money_text;
public GGroup TopBox;
public com_webtop com_top;
public GButton btn_out;
public btn_icon btn_icon;
public GGraph fly_area;
public GComponent com_fly;
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);
btn_close = (GButton)GetChildAt(1);
money_text = (GTextField)GetChildAt(2);
TopBox = (GGroup)GetChildAt(3);
com_top = (com_webtop)GetChildAt(4);
btn_out = (GButton)GetChildAt(5);
btn_icon = (btn_icon)GetChildAt(7);
fly_area = (GGraph)GetChildAt(8);
com_fly = (GComponent)GetChildAt(9);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 934680ba314be3c4282810082dc7e69d
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: