31 lines
835 B
C#
31 lines
835 B
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
using FairyGUI.Utils;
|
|
|
|
namespace FGUI.ACommon
|
|
{
|
|
public partial class com_102 : GComponent
|
|
{
|
|
public Controller gift;
|
|
public GImage load_icon;
|
|
public GTextField title;
|
|
public GGraph gp_hand;
|
|
public const string URL = "ui://pmf3wbji112epg9";
|
|
|
|
public static com_102 CreateInstance()
|
|
{
|
|
return (com_102)UIPackage.CreateObject("ACommon", "com_102");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
gift = GetControllerAt(0);
|
|
load_icon = (GImage)GetChildAt(1);
|
|
title = (GTextField)GetChildAt(2);
|
|
gp_hand = (GGraph)GetChildAt(3);
|
|
}
|
|
}
|
|
} |