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