feat:1、创建项目
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
/** 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 HeartsPanel : GComponent
|
||||
{
|
||||
public GImage xin_1;
|
||||
public GImage xin_2;
|
||||
public GImage xin_3;
|
||||
public const string URL = "ui://sjl9teijrsd4b";
|
||||
|
||||
public static HeartsPanel CreateInstance()
|
||||
{
|
||||
return (HeartsPanel)UIPackage.CreateObject("Arrow_game", "HeartsPanel");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
xin_1 = (GImage)GetChildAt(3);
|
||||
xin_2 = (GImage)GetChildAt(4);
|
||||
xin_3 = (GImage)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user