2026-06-12 18:10:00 +08:00
|
|
|
/** 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 ArrowEnd : GComponent
|
|
|
|
|
{
|
2026-06-24 09:24:15 +08:00
|
|
|
public GGraph hitArea;
|
2026-06-12 18:10:00 +08:00
|
|
|
public GImage icon;
|
|
|
|
|
public const string URL = "ui://sjl9teijrsd45";
|
|
|
|
|
|
|
|
|
|
public static ArrowEnd CreateInstance()
|
|
|
|
|
{
|
|
|
|
|
return (ArrowEnd)UIPackage.CreateObject("Arrow_game", "ArrowEnd");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
|
|
|
{
|
|
|
|
|
base.ConstructFromXML(xml);
|
|
|
|
|
|
2026-06-24 09:24:15 +08:00
|
|
|
hitArea = (GGraph)GetChildAt(0);
|
|
|
|
|
icon = (GImage)GetChildAt(1);
|
2026-06-12 18:10:00 +08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|