31 lines
865 B
C#
31 lines
865 B
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
using FairyGUI.Utils;
|
|
|
|
namespace FGUI.P101_Coins
|
|
{
|
|
public partial class com_coinFly : GComponent
|
|
{
|
|
public GGraph fx_enter;
|
|
public com_coins com_coins;
|
|
public GTextField text_Add;
|
|
public Transition t0;
|
|
public const string URL = "ui://iijr4nhsq8uc0";
|
|
|
|
public static com_coinFly CreateInstance()
|
|
{
|
|
return (com_coinFly)UIPackage.CreateObject("P101_Coins", "com_coinFly");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
fx_enter = (GGraph)GetChildAt(0);
|
|
com_coins = (com_coins)GetChildAt(1);
|
|
text_Add = (GTextField)GetChildAt(2);
|
|
t0 = GetTransitionAt(0);
|
|
}
|
|
}
|
|
} |