bingo 项目提交
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.ABigImg
|
||||
{
|
||||
public partial class com_loading_bg : GComponent
|
||||
{
|
||||
public GImage bg;
|
||||
public const string URL = "ui://m37z5ifzx6ybh9";
|
||||
|
||||
public static com_loading_bg CreateInstance()
|
||||
{
|
||||
return (com_loading_bg)UIPackage.CreateObject("ABigImg", "com_loading_bg");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
bg = (GImage)GetChildAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user