bingo 项目提交

This commit is contained in:
2026-04-20 13:49:36 +08:00
commit ad5920ac6a
5585 changed files with 1216243 additions and 0 deletions
@@ -0,0 +1,17 @@
/** 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(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: 077dfead8070141e5bba498e064183ce
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,27 @@
/** 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 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);
t0 = GetTransitionAt(0);
t1 = GetTransitionAt(1);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: fd0ec4c928f08489c85bad7a3132b41c
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: c8b4ebc9303cb4da19d70864f7dda263
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 com_webtop : GComponent
{
public GTextField text_num;
public GTextField text_more;
public GProgressBar pb_num;
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);
text_more = (GTextField)GetChildAt(2);
pb_num = (GProgressBar)GetChildAt(3);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 4404b129642b141428d35425c5f033cd
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 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);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 1ba3d3c6b241e4ac3a7ff9ef55af36ca
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: