27 lines
681 B
C#
27 lines
681 B
C#
/** 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);
|
|
}
|
|
}
|
|
} |