33 lines
962 B
C#
33 lines
962 B
C#
/** 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 com_theme : GComponent
|
|
{
|
|
public GButton btn_dark;
|
|
public GButton btn_worm;
|
|
public GButton btn_colours;
|
|
public btn_switch btn_switch;
|
|
public GButton btn_close;
|
|
public const string URL = "ui://nie197ferto34";
|
|
|
|
public static com_theme CreateInstance()
|
|
{
|
|
return (com_theme)UIPackage.CreateObject("Arrow_Theme", "com_theme");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
btn_dark = (GButton)GetChildAt(6);
|
|
btn_worm = (GButton)GetChildAt(7);
|
|
btn_colours = (GButton)GetChildAt(8);
|
|
btn_switch = (btn_switch)GetChildAt(10);
|
|
btn_close = (GButton)GetChildAt(11);
|
|
}
|
|
}
|
|
} |