fix:1、更换ui(图鉴相关)

This commit is contained in:
2026-05-18 16:46:13 +08:00
parent cc12dffbaa
commit a23840e6dc
184 changed files with 5800 additions and 1580 deletions
@@ -9,6 +9,7 @@ namespace FGUI.LG_Unlock
public static void BindAll()
{
UIObjectFactory.SetPackageItemExtension(com_chatUnlock.URL, typeof(com_chatUnlock));
UIObjectFactory.SetPackageItemExtension(com_imgMask.URL, typeof(com_imgMask));
UIObjectFactory.SetPackageItemExtension(com_scAlbumLock.URL, typeof(com_scAlbumLock));
UIObjectFactory.SetPackageItemExtension(com_LiveUnlock.URL, typeof(com_LiveUnlock));
UIObjectFactory.SetPackageItemExtension(com_SubUnlock.URL, typeof(com_SubUnlock));
@@ -0,0 +1,25 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.LG_Unlock
{
public partial class com_imgMask : GComponent
{
public GGraph anim;
public const string URL = "ui://876wwqikd3y01h";
public static com_imgMask CreateInstance()
{
return (com_imgMask)UIPackage.CreateObject("LG_Unlock", "com_imgMask");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
anim = (GGraph)GetChildAt(1);
}
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 9023c92b04f52a142ba0852e04f2eb2f
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -8,6 +8,7 @@ namespace FGUI.LG_Unlock
public partial class com_scAlbumLock : GComponent
{
public GButton btn_close;
public GGraph anim;
public GTextField text_unlock;
public const string URL = "ui://876wwqiki5pm0";
@@ -21,7 +22,8 @@ namespace FGUI.LG_Unlock
base.ConstructFromXML(xml);
btn_close = (GButton)GetChildAt(1);
text_unlock = (GTextField)GetChildAt(2);
anim = (GGraph)GetChildAt(2);
text_unlock = (GTextField)GetChildAt(4);
}
}
}