33 lines
952 B
C#
33 lines
952 B
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|||
|
|
|
||
|
|
using FairyGUI;
|
||
|
|
using FairyGUI.Utils;
|
||
|
|
|
||
|
|
namespace FGUI.rank
|
||
|
|
{
|
||
|
|
public partial class rank_item2 : GComponent
|
||
|
|
{
|
||
|
|
public Controller mode;
|
||
|
|
public GTextField lab_ranking;
|
||
|
|
public GTextField lab_type;
|
||
|
|
public GTextField lab_time;
|
||
|
|
public GTextField lab_pot;
|
||
|
|
public const string URL = "ui://edhx114fiwfg1l";
|
||
|
|
|
||
|
|
public static rank_item2 CreateInstance()
|
||
|
|
{
|
||
|
|
return (rank_item2)UIPackage.CreateObject("rank", "rank_item2");
|
||
|
|
}
|
||
|
|
|
||
|
|
public override void ConstructFromXML(XML xml)
|
||
|
|
{
|
||
|
|
base.ConstructFromXML(xml);
|
||
|
|
|
||
|
|
mode = GetControllerAt(0);
|
||
|
|
lab_ranking = (GTextField)GetChildAt(4);
|
||
|
|
lab_type = (GTextField)GetChildAt(5);
|
||
|
|
lab_time = (GTextField)GetChildAt(6);
|
||
|
|
lab_pot = (GTextField)GetChildAt(7);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|