fix:1、添加项目
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.P10_reward
|
||||
{
|
||||
public class P10_rewardBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_goldreward.URL, typeof(com_goldreward));
|
||||
UIObjectFactory.SetPackageItemExtension(com_reward.URL, typeof(com_reward));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8ddcb4eca41b5b6458f076f3f254d1c6
|
||||
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.P10_reward
|
||||
{
|
||||
public partial class com_goldreward : GComponent
|
||||
{
|
||||
public GButton btn_close;
|
||||
public GButton btn_receive;
|
||||
public GTextField text_goldnum;
|
||||
public GGraph node_end;
|
||||
public const string URL = "ui://1x1w9cxnbelr2";
|
||||
|
||||
public static com_goldreward CreateInstance()
|
||||
{
|
||||
return (com_goldreward)UIPackage.CreateObject("P10_reward", "com_goldreward");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
btn_close = (GButton)GetChildAt(5);
|
||||
btn_receive = (GButton)GetChildAt(6);
|
||||
text_goldnum = (GTextField)GetChildAt(7);
|
||||
node_end = (GGraph)GetChildAt(9);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 1850fe423ba9cf846925d54725a4f2dd
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,43 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.P10_reward
|
||||
{
|
||||
public partial class com_reward : GComponent
|
||||
{
|
||||
public Controller cont_collect;
|
||||
public Controller cont_white;
|
||||
public Controller state;
|
||||
public GTextField title0;
|
||||
public GGraph fx_place;
|
||||
public GTextField text_num;
|
||||
public GComponent wheel;
|
||||
public GButton btn_multi;
|
||||
public GButton btn_collect;
|
||||
public Transition t0;
|
||||
public const string URL = "ui://1x1w9cxnkj3h1";
|
||||
|
||||
public static com_reward CreateInstance()
|
||||
{
|
||||
return (com_reward)UIPackage.CreateObject("P10_reward", "com_reward");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_collect = GetControllerAt(0);
|
||||
cont_white = GetControllerAt(1);
|
||||
state = GetControllerAt(2);
|
||||
title0 = (GTextField)GetChildAt(1);
|
||||
fx_place = (GGraph)GetChildAt(3);
|
||||
text_num = (GTextField)GetChildAt(4);
|
||||
wheel = (GComponent)GetChildAt(5);
|
||||
btn_multi = (GButton)GetChildAt(6);
|
||||
btn_collect = (GButton)GetChildAt(8);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 55c786ee2216bc447973f1fe0b1556d1
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user