37 lines
1.1 KiB
C#
37 lines
1.1 KiB
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
using FairyGUI.Utils;
|
|
|
|
namespace FGUI.G007_makeup
|
|
{
|
|
public partial class com_step : GComponent
|
|
{
|
|
public Controller lang;
|
|
public com_info com_info;
|
|
public btn_confirm btn_confirm;
|
|
public com_trans com_trans;
|
|
public GTextField text_warn;
|
|
public GLoader loader_payer;
|
|
public Transition fx_in;
|
|
public const string URL = "ui://md8tkwlzrezm0";
|
|
|
|
public static com_step CreateInstance()
|
|
{
|
|
return (com_step)UIPackage.CreateObject("G007_makeup", "com_step");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
lang = GetControllerAt(0);
|
|
com_info = (com_info)GetChildAt(1);
|
|
btn_confirm = (btn_confirm)GetChildAt(2);
|
|
com_trans = (com_trans)GetChildAt(4);
|
|
text_warn = (GTextField)GetChildAt(5);
|
|
loader_payer = (GLoader)GetChildAt(6);
|
|
fx_in = GetTransitionAt(0);
|
|
}
|
|
}
|
|
} |