新增兑换
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.JMall
|
||||
{
|
||||
public partial class com_makeup : GComponent
|
||||
{
|
||||
public GProgressBar progress_makeup;
|
||||
public GTextField text_progress;
|
||||
public GButton btn_makeup;
|
||||
public GRichTextField text_makeup;
|
||||
public const string URL = "ui://wj1zvor9pf31z";
|
||||
|
||||
public static com_makeup CreateInstance()
|
||||
{
|
||||
return (com_makeup)UIPackage.CreateObject("JMall", "com_makeup");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
progress_makeup = (GProgressBar)GetChildAt(2);
|
||||
text_progress = (GTextField)GetChildAt(3);
|
||||
btn_makeup = (GButton)GetChildAt(4);
|
||||
text_makeup = (GRichTextField)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user