bingo 项目提交
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.JWheel
|
||||
{
|
||||
public partial class btn_spin : GButton
|
||||
{
|
||||
public Controller cont_button;
|
||||
public Controller cont_video;
|
||||
public GTextField text_time;
|
||||
public const string URL = "ui://qpan47byp653e";
|
||||
|
||||
public static btn_spin CreateInstance()
|
||||
{
|
||||
return (btn_spin)UIPackage.CreateObject("JWheel", "btn_spin");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_button = GetControllerAt(0);
|
||||
cont_video = GetControllerAt(1);
|
||||
text_time = (GTextField)GetChildAt(3);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user