27 lines
668 B
C#
27 lines
668 B
C#
|
|
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||
|
|
|
||
|
|
using FairyGUI;
|
||
|
|
using FairyGUI.Utils;
|
||
|
|
|
||
|
|
namespace FGUI.JMain
|
||
|
|
{
|
||
|
|
public partial class btn_petty : GButton
|
||
|
|
{
|
||
|
|
public GGroup kuang;
|
||
|
|
public Transition t0;
|
||
|
|
public const string URL = "ui://qw9x6rf3uaj0pin";
|
||
|
|
|
||
|
|
public static btn_petty CreateInstance()
|
||
|
|
{
|
||
|
|
return (btn_petty)UIPackage.CreateObject("JMain", "btn_petty");
|
||
|
|
}
|
||
|
|
|
||
|
|
public override void ConstructFromXML(XML xml)
|
||
|
|
{
|
||
|
|
base.ConstructFromXML(xml);
|
||
|
|
|
||
|
|
kuang = (GGroup)GetChildAt(2);
|
||
|
|
t0 = GetTransitionAt(0);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|