33 lines
955 B
C#
33 lines
955 B
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|||
|
|
|
||
|
|
using FairyGUI;
|
||
|
|
using FairyGUI.Utils;
|
||
|
|
|
||
|
|
namespace FGUI.Arrow_game
|
||
|
|
{
|
||
|
|
public partial class com_bottom : GComponent
|
||
|
|
{
|
||
|
|
public GButton btn_clear;
|
||
|
|
public GButton btn_hint;
|
||
|
|
public GSlider zoomSlide;
|
||
|
|
public GButton btn_skin;
|
||
|
|
public GButton btn_setting;
|
||
|
|
public const string URL = "ui://sjl9teijrto3x";
|
||
|
|
|
||
|
|
public static com_bottom CreateInstance()
|
||
|
|
{
|
||
|
|
return (com_bottom)UIPackage.CreateObject("Arrow_game", "com_bottom");
|
||
|
|
}
|
||
|
|
|
||
|
|
public override void ConstructFromXML(XML xml)
|
||
|
|
{
|
||
|
|
base.ConstructFromXML(xml);
|
||
|
|
|
||
|
|
btn_clear = (GButton)GetChildAt(2);
|
||
|
|
btn_hint = (GButton)GetChildAt(3);
|
||
|
|
zoomSlide = (GSlider)GetChildAt(4);
|
||
|
|
btn_skin = (GButton)GetChildAt(9);
|
||
|
|
btn_setting = (GButton)GetChildAt(10);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|