This commit is contained in:
2026-05-15 16:15:09 +08:00
commit dd3b97bb48
4515 changed files with 1165044 additions and 0 deletions
@@ -0,0 +1,15 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
namespace FGUI.JTodo
{
public class JTodoBinder
{
public static void BindAll()
{
UIObjectFactory.SetPackageItemExtension(btn_todo.URL, typeof(btn_todo));
UIObjectFactory.SetPackageItemExtension(com_todo.URL, typeof(com_todo));
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 845c41d2ad2ccb74da513b5e5bd8fd4a
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.JTodo
{
public partial class btn_todo : GButton
{
public Controller cont_type;
public Controller cont_red;
public Controller gift;
public Transition t0;
public const string URL = "ui://xv1nzk1ih60518";
public static btn_todo CreateInstance()
{
return (btn_todo)UIPackage.CreateObject("JTodo", "btn_todo");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
cont_type = GetControllerAt(0);
cont_red = GetControllerAt(1);
gift = GetControllerAt(2);
t0 = GetTransitionAt(0);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: f831d5af1bb340543b6a8df7fd77c91f
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,37 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.JTodo
{
public partial class com_todo : GComponent
{
public btn_todo btn_0;
public btn_todo btn_1;
public btn_todo btn_2;
public GButton settings;
public GComponent btn_coin;
public GComponent btn_cash;
public GGroup group_;
public const string URL = "ui://xv1nzk1io6ge0";
public static com_todo CreateInstance()
{
return (com_todo)UIPackage.CreateObject("JTodo", "com_todo");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
btn_0 = (btn_todo)GetChildAt(3);
btn_1 = (btn_todo)GetChildAt(4);
btn_2 = (btn_todo)GetChildAt(5);
settings = (GButton)GetChildAt(6);
btn_coin = (GComponent)GetChildAt(7);
btn_cash = (GComponent)GetChildAt(8);
group_ = (GGroup)GetChildAt(9);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 5ef36a3f8b64c8b43a2ac4a595a041e4
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: