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