fk
This commit is contained in:
20
Assets/Scripts/UI/Tools/PreviewPanel.Designer.cs
generated
Normal file
20
Assets/Scripts/UI/Tools/PreviewPanel.Designer.cs
generated
Normal file
@@ -0,0 +1,20 @@
|
||||
/**本脚本为自动生成,每次生成会覆盖!请勿手动修改,生成插件文档及项目地址:https://git.whoot.com/whoot-games/whoot.fguieditorplugin**/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
using NBC;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace NBF
|
||||
{
|
||||
/// <summary> </summary>
|
||||
public partial class PreviewPanel
|
||||
{
|
||||
public GObject this[string aKey] => ContentPane.GetChild(aKey);
|
||||
[AutoFind(Name = "Model")]
|
||||
public ModelTexture Model;
|
||||
public override string[] GetDependPackages(){ return new string[] {"Common"}; }
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
2
Assets/Scripts/UI/Tools/PreviewPanel.Designer.cs.meta
Normal file
2
Assets/Scripts/UI/Tools/PreviewPanel.Designer.cs.meta
Normal file
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c5cbbfd0335a46e45aabd3e1479c8abf
|
||||
14
Assets/Scripts/UI/Tools/PreviewPanel.cs
Normal file
14
Assets/Scripts/UI/Tools/PreviewPanel.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
// 本脚本只在不存在时会生成一次。已存在不会再次生成覆盖
|
||||
|
||||
using UnityEngine;
|
||||
using NBC;
|
||||
|
||||
namespace NBF
|
||||
{
|
||||
public partial class PreviewPanel : UIPanel
|
||||
{
|
||||
public override string UIPackName => "Tools";
|
||||
public override string UIResName => "PreviewPanel";
|
||||
|
||||
}
|
||||
}
|
||||
2
Assets/Scripts/UI/Tools/PreviewPanel.cs.meta
Normal file
2
Assets/Scripts/UI/Tools/PreviewPanel.cs.meta
Normal file
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 536be5135584e52489e3c5b71dc719e1
|
||||
13
Assets/Scripts/UI/Tools/ToolsBinder.cs
Normal file
13
Assets/Scripts/UI/Tools/ToolsBinder.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
/**注册组件绑定关系。本脚本为自动生成,每次生成会覆盖!请勿手动修改,生成插件文档及项目地址:https://git.whoot.com/whoot-games/whoot.fguieditorplugin**/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace NBF
|
||||
{
|
||||
public class ToolsBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
2
Assets/Scripts/UI/Tools/ToolsBinder.cs.meta
Normal file
2
Assets/Scripts/UI/Tools/ToolsBinder.cs.meta
Normal file
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2d6aa632a0961684b9f1c720d2ff496d
|
||||
Reference in New Issue
Block a user