29 lines
745 B
C#
29 lines
745 B
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
using FairyGUI.Utils;
|
|
|
|
namespace FGUI.P01_Common
|
|
{
|
|
public partial class btn_speed : GButton
|
|
{
|
|
public GImage red;
|
|
public GGroup speed;
|
|
public Transition t0;
|
|
public const string URL = "ui://o9974uc5kbzo7w";
|
|
|
|
public static btn_speed CreateInstance()
|
|
{
|
|
return (btn_speed)UIPackage.CreateObject("P01_Common", "btn_speed");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
red = (GImage)GetChildAt(2);
|
|
speed = (GGroup)GetChildAt(5);
|
|
t0 = GetTransitionAt(0);
|
|
}
|
|
}
|
|
} |