fix:1、添加主题更换。2、修复bug

This commit is contained in:
2026-06-16 10:22:11 +08:00
parent 13f8d572c4
commit 19efcb09fa
45 changed files with 877 additions and 323 deletions
@@ -0,0 +1,25 @@
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
using FairyGUI.Utils;
namespace FGUI.Arrow_Theme
{
public partial class btn_switch : GButton
{
public Controller state;
public const string URL = "ui://nie197ferto36";
public static btn_switch CreateInstance()
{
return (btn_switch)UIPackage.CreateObject("Arrow_Theme", "btn_switch");
}
public override void ConstructFromXML(XML xml)
{
base.ConstructFromXML(xml);
state = GetControllerAt(0);
}
}
}