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