feat:1、创建项目
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.Reward_10
|
||||
{
|
||||
public class Reward_10Binder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_reward.URL, typeof(com_reward));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6b202f58816e5a34fa607ff045b003ac
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,47 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.Reward_10
|
||||
{
|
||||
public partial class com_reward : GComponent
|
||||
{
|
||||
public Controller cont_collect;
|
||||
public Controller cont_white;
|
||||
public Controller state;
|
||||
public Controller gift;
|
||||
public GGraph fx_place;
|
||||
public GTextField text_num;
|
||||
public GLoader loader_icon0;
|
||||
public GTextField text_num1;
|
||||
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("Reward_10", "com_reward");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
cont_collect = GetControllerAt(0);
|
||||
cont_white = GetControllerAt(1);
|
||||
state = GetControllerAt(2);
|
||||
gift = GetControllerAt(3);
|
||||
fx_place = (GGraph)GetChildAt(4);
|
||||
text_num = (GTextField)GetChildAt(5);
|
||||
loader_icon0 = (GLoader)GetChildAt(7);
|
||||
text_num1 = (GTextField)GetChildAt(8);
|
||||
wheel = (GComponent)GetChildAt(9);
|
||||
btn_multi = (GButton)GetChildAt(10);
|
||||
btn_collect = (GButton)GetChildAt(11);
|
||||
t0 = GetTransitionAt(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b6b3f5f7844113a4388ca11af9d8d3ed
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user