fix:1、同步部分arrow game的ui资源和代码
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
/** 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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user