Add support for debug shapes preview in prefab editor window

This commit is contained in:
Wojtek Figat
2021-02-17 17:23:43 +01:00
parent 580e08b6ab
commit 978ee84aea
6 changed files with 213 additions and 68 deletions

View File

@@ -10,6 +10,7 @@ using FlaxEditor.SceneGraph;
using FlaxEditor.Viewport;
using FlaxEngine;
using FlaxEngine.GUI;
using Object = FlaxEngine.Object;
namespace FlaxEditor.Windows.Assets
{
@@ -22,7 +23,7 @@ namespace FlaxEditor.Windows.Assets
{
private readonly SplitPanel _split1;
private readonly SplitPanel _split2;
private TextBox _searchBox;
private readonly TextBox _searchBox;
private readonly PrefabTree _tree;
private readonly PrefabWindowViewport _viewport;
private readonly CustomEditorPresenter _propertiesEditor;