首次提交
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.G020_PrizeWheel
|
||||
{
|
||||
public class G020_PrizeWheelBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(PrizeWheelPanel.URL, typeof(PrizeWheelPanel));
|
||||
UIObjectFactory.SetPackageItemExtension(StartSpinButton.URL, typeof(StartSpinButton));
|
||||
UIObjectFactory.SetPackageItemExtension(SpinWheelRewardItem.URL, typeof(SpinWheelRewardItem));
|
||||
UIObjectFactory.SetPackageItemExtension(PrizeWheel.URL, typeof(PrizeWheel));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 61db8fa3baa65274785b2f61ad17af09
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,39 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.G020_PrizeWheel
|
||||
{
|
||||
public partial class PrizeWheel : GComponent
|
||||
{
|
||||
public SpinWheelRewardItem item_1;
|
||||
public SpinWheelRewardItem item_2;
|
||||
public SpinWheelRewardItem item_3;
|
||||
public SpinWheelRewardItem item_4;
|
||||
public SpinWheelRewardItem item_5;
|
||||
public SpinWheelRewardItem item_6;
|
||||
public SpinWheelRewardItem item_7;
|
||||
public SpinWheelRewardItem item_8;
|
||||
public const string URL = "ui://dd6xc38htrhta";
|
||||
|
||||
public static PrizeWheel CreateInstance()
|
||||
{
|
||||
return (PrizeWheel)UIPackage.CreateObject("G020_PrizeWheel", "PrizeWheel");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
item_1 = (SpinWheelRewardItem)GetChildAt(2);
|
||||
item_2 = (SpinWheelRewardItem)GetChildAt(3);
|
||||
item_3 = (SpinWheelRewardItem)GetChildAt(4);
|
||||
item_4 = (SpinWheelRewardItem)GetChildAt(5);
|
||||
item_5 = (SpinWheelRewardItem)GetChildAt(6);
|
||||
item_6 = (SpinWheelRewardItem)GetChildAt(7);
|
||||
item_7 = (SpinWheelRewardItem)GetChildAt(8);
|
||||
item_8 = (SpinWheelRewardItem)GetChildAt(9);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d793f7875e8075d468ae314dda32b042
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,51 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.G020_PrizeWheel
|
||||
{
|
||||
public partial class PrizeWheelPanel : GComponent
|
||||
{
|
||||
public PrizeWheel PrizeWheel;
|
||||
public GImage Pointer;
|
||||
public GGraph PrizeWheelAnimParent;
|
||||
public GGroup MiddlePart;
|
||||
public GImage TitleBg;
|
||||
public GComponent gold;
|
||||
public GButton CloseBtn;
|
||||
public GTextField TitleText;
|
||||
public GGroup TopBox;
|
||||
public StartSpinButton StartSpinBtn;
|
||||
public GRichTextField RemainingCountText;
|
||||
public GGroup BottomBox;
|
||||
public Transition Open;
|
||||
public Transition Close;
|
||||
public const string URL = "ui://dd6xc38htrht6";
|
||||
|
||||
public static PrizeWheelPanel CreateInstance()
|
||||
{
|
||||
return (PrizeWheelPanel)UIPackage.CreateObject("G020_PrizeWheel", "PrizeWheelPanel");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
PrizeWheel = (PrizeWheel)GetChildAt(0);
|
||||
Pointer = (GImage)GetChildAt(1);
|
||||
PrizeWheelAnimParent = (GGraph)GetChildAt(2);
|
||||
MiddlePart = (GGroup)GetChildAt(3);
|
||||
TitleBg = (GImage)GetChildAt(4);
|
||||
gold = (GComponent)GetChildAt(5);
|
||||
CloseBtn = (GButton)GetChildAt(6);
|
||||
TitleText = (GTextField)GetChildAt(7);
|
||||
TopBox = (GGroup)GetChildAt(8);
|
||||
StartSpinBtn = (StartSpinButton)GetChildAt(9);
|
||||
RemainingCountText = (GRichTextField)GetChildAt(10);
|
||||
BottomBox = (GGroup)GetChildAt(11);
|
||||
Open = GetTransitionAt(0);
|
||||
Close = GetTransitionAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 29846f6abcefe264ba4f21d32f4f6bfd
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,27 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.G020_PrizeWheel
|
||||
{
|
||||
public partial class SpinWheelRewardItem : GComponent
|
||||
{
|
||||
public GImage icon;
|
||||
public GTextField num;
|
||||
public const string URL = "ui://dd6xc38htrht9";
|
||||
|
||||
public static SpinWheelRewardItem CreateInstance()
|
||||
{
|
||||
return (SpinWheelRewardItem)UIPackage.CreateObject("G020_PrizeWheel", "SpinWheelRewardItem");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
icon = (GImage)GetChildAt(0);
|
||||
num = (GTextField)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a6e8c29e08280fa4db1580ea282cc126
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,33 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.G020_PrizeWheel
|
||||
{
|
||||
public partial class StartSpinButton : GButton
|
||||
{
|
||||
public GTextField BtnText;
|
||||
public GImage BtnIcon;
|
||||
public GGroup BtnTitleBox;
|
||||
public GTextField CountdownText;
|
||||
public GImage img_saveingpot;
|
||||
public const string URL = "ui://dd6xc38htrht8";
|
||||
|
||||
public static StartSpinButton CreateInstance()
|
||||
{
|
||||
return (StartSpinButton)UIPackage.CreateObject("G020_PrizeWheel", "StartSpinButton");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
BtnText = (GTextField)GetChildAt(1);
|
||||
BtnIcon = (GImage)GetChildAt(2);
|
||||
BtnTitleBox = (GGroup)GetChildAt(3);
|
||||
CountdownText = (GTextField)GetChildAt(4);
|
||||
img_saveingpot = (GImage)GetChildAt(5);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 99bb70624a38c94469114563af7d2e3f
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user