27 lines
681 B
C#
27 lines
681 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 btn_watch : GButton
|
||
|
|
{
|
||
|
|
public GImage bg;
|
||
|
|
public GTextField text;
|
||
|
|
public const string URL = "ui://sjl9teijrsd4g";
|
||
|
|
|
||
|
|
public static btn_watch CreateInstance()
|
||
|
|
{
|
||
|
|
return (btn_watch)UIPackage.CreateObject("Arrow_game", "btn_watch");
|
||
|
|
}
|
||
|
|
|
||
|
|
public override void ConstructFromXML(XML xml)
|
||
|
|
{
|
||
|
|
base.ConstructFromXML(xml);
|
||
|
|
|
||
|
|
bg = (GImage)GetChildAt(0);
|
||
|
|
text = (GTextField)GetChildAt(1);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|