ball 项目提交

This commit is contained in:
2026-04-20 12:06:34 +08:00
parent 4331ebba60
commit 99145facbd
6052 changed files with 576445 additions and 0 deletions
@@ -0,0 +1,16 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
namespace FGUI.ZM_Prop_09
{
public class ZM_Prop_09Binder
{
public static void BindAll()
{
UIObjectFactory.SetPackageItemExtension(com_choose.URL, typeof(com_choose));
UIObjectFactory.SetPackageItemExtension(btn_goldBuy.URL, typeof(btn_goldBuy));
UIObjectFactory.SetPackageItemExtension(com_prop.URL, typeof(com_prop));
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 4adde0148347547cfa55be66d0459ade
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,25 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.ZM_Prop_09
{
public partial class btn_goldBuy : GButton
{
public GTextField text_gold;
public const string URL = "ui://ig55ss7kq8uce";
public static btn_goldBuy CreateInstance()
{
return (btn_goldBuy)UIPackage.CreateObject("ZM_Prop_09", "btn_goldBuy");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
text_gold = (GTextField)GetChildAt(1);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 3875146ea83cb42d8b0bd5fdd80f2d83
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,35 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.ZM_Prop_09
{
public partial class com_choose : GComponent
{
public Controller state;
public GButton btn_close;
public btn_goldBuy btn_gold_buy;
public GButton btn_thanks;
public GButton btn_ad;
public GTextField title1;
public const string URL = "ui://ig55ss7kq8uc0";
public static com_choose CreateInstance()
{
return (com_choose)UIPackage.CreateObject("ZM_Prop_09", "com_choose");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
state = GetControllerAt(0);
btn_close = (GButton)GetChildAt(2);
btn_gold_buy = (btn_goldBuy)GetChildAt(3);
btn_thanks = (GButton)GetChildAt(4);
btn_ad = (GButton)GetChildAt(5);
title1 = (GTextField)GetChildAt(6);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 3839aee9e16b441309e7bd0b084cfe8c
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,31 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.ZM_Prop_09
{
public partial class com_prop : GComponent
{
public Controller prop;
public GTextField title1;
public btn_goldBuy btn_buy;
public GButton btn_back;
public const string URL = "ui://ig55ss7kq8ucg";
public static com_prop CreateInstance()
{
return (com_prop)UIPackage.CreateObject("ZM_Prop_09", "com_prop");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
prop = GetControllerAt(0);
title1 = (GTextField)GetChildAt(6);
btn_buy = (btn_goldBuy)GetChildAt(7);
btn_back = (GButton)GetChildAt(8);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 86dfc0c88a94a4089b086fd6c45ecb45
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: