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,14 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
namespace FGUI.P22_Guide
{
public class P22_GuideBinder
{
public static void BindAll()
{
UIObjectFactory.SetPackageItemExtension(com_guide.URL, typeof(com_guide));
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: d992123fceedc4099b0dc58cf63ccbec
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.P22_Guide
{
public partial class com_guide : GComponent
{
public GButton btn_new_start;
public GGraph finger_parent;
public const string URL = "ui://x5rcjydgs80p0";
public static com_guide CreateInstance()
{
return (com_guide)UIPackage.CreateObject("P22_Guide", "com_guide");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
btn_new_start = (GButton)GetChildAt(1);
finger_parent = (GGraph)GetChildAt(2);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: d3d39579f3ad0446a818c2fffeea2c71
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: