29 lines
775 B
C#
29 lines
775 B
C#
/** 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);
|
|
}
|
|
}
|
|
} |