43 lines
1.3 KiB
C#
43 lines
1.3 KiB
C#
|
|
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||
|
|
|
||
|
|
using FairyGUI;
|
||
|
|
using FairyGUI.Utils;
|
||
|
|
|
||
|
|
namespace FGUI.JWheel
|
||
|
|
{
|
||
|
|
public partial class com_wheel : GComponent
|
||
|
|
{
|
||
|
|
public Controller cont_state;
|
||
|
|
public com_wheels com_wheels;
|
||
|
|
public btn_spin btn_spin;
|
||
|
|
public com_spin com_Spinn;
|
||
|
|
public GButton closeButton;
|
||
|
|
public GGraph gp_Fx;
|
||
|
|
public GImage img_zhen;
|
||
|
|
public Transition fx_zhen;
|
||
|
|
public Transition fx_exit;
|
||
|
|
public Transition fx_enter;
|
||
|
|
public const string URL = "ui://qpan47byl117k";
|
||
|
|
|
||
|
|
public static com_wheel CreateInstance()
|
||
|
|
{
|
||
|
|
return (com_wheel)UIPackage.CreateObject("JWheel", "com_wheel");
|
||
|
|
}
|
||
|
|
|
||
|
|
public override void ConstructFromXML(XML xml)
|
||
|
|
{
|
||
|
|
base.ConstructFromXML(xml);
|
||
|
|
|
||
|
|
cont_state = GetControllerAt(0);
|
||
|
|
com_wheels = (com_wheels)GetChildAt(2);
|
||
|
|
btn_spin = (btn_spin)GetChildAt(3);
|
||
|
|
com_Spinn = (com_spin)GetChildAt(4);
|
||
|
|
closeButton = (GButton)GetChildAt(5);
|
||
|
|
gp_Fx = (GGraph)GetChildAt(6);
|
||
|
|
img_zhen = (GImage)GetChildAt(23);
|
||
|
|
fx_zhen = GetTransitionAt(0);
|
||
|
|
fx_exit = GetTransitionAt(1);
|
||
|
|
fx_enter = GetTransitionAt(2);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|