icon预览和自动生成
This commit is contained in:
12
Assets/Scripts/UI/Tools/PreviewPanel.Designer.cs
generated
12
Assets/Scripts/UI/Tools/PreviewPanel.Designer.cs
generated
@@ -14,9 +14,15 @@ namespace NBF
|
||||
public override string UIPackName => "Tools";
|
||||
public override string UIResName => "PreviewPanel";
|
||||
|
||||
[AutoFind(Name = "Model")]
|
||||
public ModelViewer Model;
|
||||
public override string[] GetDependPackages(){ return new string[] {"Common"}; }
|
||||
[AutoFind(Name = "ItemList")]
|
||||
public CommonItemList ItemList;
|
||||
[AutoFind(Name = "ItemModal")]
|
||||
public BagItem ItemModal;
|
||||
[AutoFind(Name = "BtnGenAllIcon")]
|
||||
public GButton BtnGenAllIcon;
|
||||
[AutoFind(Name = "GenModel")]
|
||||
public ModelViewer GenModel;
|
||||
public override string[] GetDependPackages(){ return new string[] {"Common","Main"}; }
|
||||
|
||||
public static void Show(object param = null){ App.UI.OpenUI<PreviewPanel>(param); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user