37 lines
1.1 KiB
C#
37 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.P08_Play
|
||
|
|
{
|
||
|
|
public partial class com_rewardbox : GComponent
|
||
|
|
{
|
||
|
|
public Controller switchgift;
|
||
|
|
public GTextField title0;
|
||
|
|
public GButton btn_lookad;
|
||
|
|
public GButton btn_close;
|
||
|
|
public GTextField text_award;
|
||
|
|
public GComponent wheel;
|
||
|
|
public Transition t0;
|
||
|
|
public const string URL = "ui://g3iqdlgccgqg1q";
|
||
|
|
|
||
|
|
public static com_rewardbox CreateInstance()
|
||
|
|
{
|
||
|
|
return (com_rewardbox)UIPackage.CreateObject("P08_Play", "com_rewardbox");
|
||
|
|
}
|
||
|
|
|
||
|
|
public override void ConstructFromXML(XML xml)
|
||
|
|
{
|
||
|
|
base.ConstructFromXML(xml);
|
||
|
|
|
||
|
|
switchgift = GetControllerAt(0);
|
||
|
|
title0 = (GTextField)GetChildAt(1);
|
||
|
|
btn_lookad = (GButton)GetChildAt(4);
|
||
|
|
btn_close = (GButton)GetChildAt(5);
|
||
|
|
text_award = (GTextField)GetChildAt(6);
|
||
|
|
wheel = (GComponent)GetChildAt(7);
|
||
|
|
t0 = GetTransitionAt(0);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|