25 lines
606 B
C#
25 lines
606 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_three : GButton
|
|
{
|
|
public GImage red;
|
|
public const string URL = "ui://o9974uc5if426c";
|
|
|
|
public static btn_three CreateInstance()
|
|
{
|
|
return (btn_three)UIPackage.CreateObject("P01_Common", "btn_three");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
red = (GImage)GetChildAt(3);
|
|
}
|
|
}
|
|
} |