fix:1、同步部分arrow game的ui资源和代码
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
/** 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 ArrorPoint : GComponent
|
||||
{
|
||||
public GImage point;
|
||||
public const string URL = "ui://sjl9teijrsd49";
|
||||
|
||||
public static ArrorPoint CreateInstance()
|
||||
{
|
||||
return (ArrorPoint)UIPackage.CreateObject("Arrow_game", "ArrorPoint");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
point = (GImage)GetChildAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user