fix:1、添加主题更换。2、修复bug
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user