bingo 项目提交
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.JBingoPlay
|
||||
{
|
||||
public partial class com_prop : GProgressBar
|
||||
{
|
||||
public Controller cont_prop;
|
||||
public GImage img_prg;
|
||||
public GGraph gh_effect;
|
||||
public const string URL = "ui://qrqjiu5srbhom";
|
||||
|
||||
public static com_prop CreateInstance()
|
||||
{
|
||||
return (com_prop)UIPackage.CreateObject("JBingoPlay", "com_prop");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_prop = GetControllerAt(0);
|
||||
img_prg = (GImage)GetChildAt(4);
|
||||
gh_effect = (GGraph)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user