29 lines
767 B
C#
29 lines
767 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 point_item2 : GComponent
|
||
|
|
{
|
||
|
|
public Controller type;
|
||
|
|
public Controller mode;
|
||
|
|
public GTextField lab_value;
|
||
|
|
public const string URL = "ui://edhx114fiwfg1j";
|
||
|
|
|
||
|
|
public static point_item2 CreateInstance()
|
||
|
|
{
|
||
|
|
return (point_item2)UIPackage.CreateObject("rank", "point_item2");
|
||
|
|
}
|
||
|
|
|
||
|
|
public override void ConstructFromXML(XML xml)
|
||
|
|
{
|
||
|
|
base.ConstructFromXML(xml);
|
||
|
|
|
||
|
|
type = GetControllerAt(0);
|
||
|
|
mode = GetControllerAt(1);
|
||
|
|
lab_value = (GTextField)GetChildAt(1);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|