feat:1、创建项目
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.Lobby_03
|
||||
{
|
||||
public partial class btn_wheel : GButton
|
||||
{
|
||||
public GImage red;
|
||||
public const string URL = "ui://gytj501cwgo41g";
|
||||
|
||||
public static btn_wheel CreateInstance()
|
||||
{
|
||||
return (btn_wheel)UIPackage.CreateObject("Lobby_03", "btn_wheel");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
red = (GImage)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user