fix:1、添加项目。2、基本箭头生成
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.Treasure_19
|
||||
{
|
||||
public class Treasure_19Binder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_treasure.URL, typeof(com_treasure));
|
||||
UIObjectFactory.SetPackageItemExtension(treasure_item.URL, typeof(treasure_item));
|
||||
UIObjectFactory.SetPackageItemExtension(icon.URL, typeof(icon));
|
||||
UIObjectFactory.SetPackageItemExtension(btn_receive.URL, typeof(btn_receive));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 12de891862c50cf428c131bc763851ae
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,31 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.Treasure_19
|
||||
{
|
||||
public partial class btn_receive : GButton
|
||||
{
|
||||
public Controller lock_state;
|
||||
public GImage img_ad;
|
||||
public GGraph anim_lock;
|
||||
public GGraph anim_lock_light;
|
||||
public const string URL = "ui://a98xmhwkty4r1x";
|
||||
|
||||
public static btn_receive CreateInstance()
|
||||
{
|
||||
return (btn_receive)UIPackage.CreateObject("Treasure_19", "btn_receive");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
lock_state = GetControllerAt(0);
|
||||
img_ad = (GImage)GetChildAt(1);
|
||||
anim_lock = (GGraph)GetChildAt(3);
|
||||
anim_lock_light = (GGraph)GetChildAt(4);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 436d939286028f14786faf5499037683
|
||||
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.Treasure_19
|
||||
{
|
||||
public partial class com_treasure : GComponent
|
||||
{
|
||||
public GButton btn_close;
|
||||
public treasure_item item0;
|
||||
public treasure_item item1;
|
||||
public treasure_item item2;
|
||||
public treasure_item item3;
|
||||
public treasure_item item4;
|
||||
public treasure_item item5;
|
||||
public GButton com_gold;
|
||||
public const string URL = "ui://a98xmhwktqjz0";
|
||||
|
||||
public static com_treasure CreateInstance()
|
||||
{
|
||||
return (com_treasure)UIPackage.CreateObject("Treasure_19", "com_treasure");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
btn_close = (GButton)GetChildAt(3);
|
||||
item0 = (treasure_item)GetChildAt(4);
|
||||
item1 = (treasure_item)GetChildAt(5);
|
||||
item2 = (treasure_item)GetChildAt(6);
|
||||
item3 = (treasure_item)GetChildAt(7);
|
||||
item4 = (treasure_item)GetChildAt(8);
|
||||
item5 = (treasure_item)GetChildAt(9);
|
||||
com_gold = (GButton)GetChildAt(10);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8c0dd4989bd26c842a6110fd7f307d51
|
||||
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.Treasure_19
|
||||
{
|
||||
public partial class icon : GComponent
|
||||
{
|
||||
public GLoader img;
|
||||
public GTextField nums;
|
||||
public const string URL = "ui://a98xmhwkty4r1w";
|
||||
|
||||
public static icon CreateInstance()
|
||||
{
|
||||
return (icon)UIPackage.CreateObject("Treasure_19", "icon");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
img = (GLoader)GetChildAt(0);
|
||||
nums = (GTextField)GetChildAt(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: dd3a6caaba7db6944a7600c191d789a2
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,37 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.Treasure_19
|
||||
{
|
||||
public partial class treasure_item : GComponent
|
||||
{
|
||||
public Controller pos;
|
||||
public Controller state;
|
||||
public icon reward0;
|
||||
public icon reward1;
|
||||
public GImage img_gou;
|
||||
public btn_receive btn_receive;
|
||||
public GGraph anim_gou;
|
||||
public const string URL = "ui://a98xmhwkty4r1v";
|
||||
|
||||
public static treasure_item CreateInstance()
|
||||
{
|
||||
return (treasure_item)UIPackage.CreateObject("Treasure_19", "treasure_item");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pos = GetControllerAt(0);
|
||||
state = GetControllerAt(1);
|
||||
reward0 = (icon)GetChildAt(3);
|
||||
reward1 = (icon)GetChildAt(4);
|
||||
img_gou = (GImage)GetChildAt(5);
|
||||
btn_receive = (btn_receive)GetChildAt(6);
|
||||
anim_gou = (GGraph)GetChildAt(7);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 49ff33851bb634d479c4ae1ae2e1e2bf
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user