bingo 项目提交
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.JTodo
|
||||
{
|
||||
public partial class btn_todo : GButton
|
||||
{
|
||||
public Controller cont_type;
|
||||
public Controller cont_red;
|
||||
public Controller gift;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://xv1nzk1ih60518";
|
||||
|
||||
public static btn_todo CreateInstance()
|
||||
{
|
||||
return (btn_todo)UIPackage.CreateObject("JTodo", "btn_todo");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_type = GetControllerAt(0);
|
||||
cont_red = GetControllerAt(1);
|
||||
gift = GetControllerAt(2);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user