Added "Create parent for selected actors" context menu button

This commit is contained in:
whocares77
2023-12-19 11:02:18 +03:00
parent 72f45afa45
commit 4e2f0cd22c
4 changed files with 45 additions and 0 deletions

View File

@@ -23,6 +23,8 @@ namespace FlaxEditor.Windows
/// <seealso cref="FlaxEditor.Windows.SceneEditorWindow" />
public partial class SceneTreeWindow : SceneEditorWindow
{
public Panel SceneTreePanel => _sceneTreePanel;
private TextBox _searchBox;
private Tree _tree;
private Panel _sceneTreePanel;