39 lines
1.1 KiB
C#
39 lines
1.1 KiB
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|||
|
|
|
||
|
|
using FairyGUI;
|
||
|
|
using FairyGUI.Utils;
|
||
|
|
|
||
|
|
namespace FGUI.P11_Wheel
|
||
|
|
{
|
||
|
|
public partial class com_disc : GComponent
|
||
|
|
{
|
||
|
|
public com_coin award1;
|
||
|
|
public com_coin award2;
|
||
|
|
public com_coin award3;
|
||
|
|
public com_coin award4;
|
||
|
|
public com_coin award5;
|
||
|
|
public com_coin award6;
|
||
|
|
public com_coin award7;
|
||
|
|
public com_coin award8;
|
||
|
|
public const string URL = "ui://8k6ttzvxsebxf";
|
||
|
|
|
||
|
|
public static com_disc CreateInstance()
|
||
|
|
{
|
||
|
|
return (com_disc)UIPackage.CreateObject("P11_Wheel", "com_disc");
|
||
|
|
}
|
||
|
|
|
||
|
|
public override void ConstructFromXML(XML xml)
|
||
|
|
{
|
||
|
|
base.ConstructFromXML(xml);
|
||
|
|
|
||
|
|
award1 = (com_coin)GetChildAt(1);
|
||
|
|
award2 = (com_coin)GetChildAt(2);
|
||
|
|
award3 = (com_coin)GetChildAt(3);
|
||
|
|
award4 = (com_coin)GetChildAt(4);
|
||
|
|
award5 = (com_coin)GetChildAt(5);
|
||
|
|
award6 = (com_coin)GetChildAt(6);
|
||
|
|
award7 = (com_coin)GetChildAt(7);
|
||
|
|
award8 = (com_coin)GetChildAt(8);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|