33 lines
895 B
C#
33 lines
895 B
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
using FairyGUI.Utils;
|
|
|
|
namespace FGUI.Common_01
|
|
{
|
|
public partial class btn_noads : GButton
|
|
{
|
|
public Controller state;
|
|
public GImage img_ad;
|
|
public GImage img_pack;
|
|
public Transition t0;
|
|
public Transition t1;
|
|
public const string URL = "ui://jq2t9glpcou6ba";
|
|
|
|
public static btn_noads CreateInstance()
|
|
{
|
|
return (btn_noads)UIPackage.CreateObject("Common_01", "btn_noads");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
state = GetControllerAt(0);
|
|
img_ad = (GImage)GetChildAt(0);
|
|
img_pack = (GImage)GetChildAt(1);
|
|
t0 = GetTransitionAt(0);
|
|
t1 = GetTransitionAt(1);
|
|
}
|
|
}
|
|
} |