fix:1、添加项目
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.P10_reward
|
||||
{
|
||||
public partial class com_reward : GComponent
|
||||
{
|
||||
public Controller cont_collect;
|
||||
public Controller cont_white;
|
||||
public Controller state;
|
||||
public GTextField title0;
|
||||
public GGraph fx_place;
|
||||
public GTextField text_num;
|
||||
public GComponent wheel;
|
||||
public GButton btn_multi;
|
||||
public GButton btn_collect;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://1x1w9cxnkj3h1";
|
||||
|
||||
public static com_reward CreateInstance()
|
||||
{
|
||||
return (com_reward)UIPackage.CreateObject("P10_reward", "com_reward");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_collect = GetControllerAt(0);
|
||||
cont_white = GetControllerAt(1);
|
||||
state = GetControllerAt(2);
|
||||
title0 = (GTextField)GetChildAt(1);
|
||||
fx_place = (GGraph)GetChildAt(3);
|
||||
text_num = (GTextField)GetChildAt(4);
|
||||
wheel = (GComponent)GetChildAt(5);
|
||||
btn_multi = (GButton)GetChildAt(6);
|
||||
btn_collect = (GButton)GetChildAt(8);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user