Hide search window and search nodes from UIControls

This commit is contained in:
Chandler Cox
2023-11-17 11:25:54 -06:00
parent f77f8fbb39
commit 84f6e2f90f

View File

@@ -72,6 +72,7 @@ namespace FlaxEngine.Windows.Search
/// <summary>
/// The content searching window. Allows to search inside Visual Scripts, Materials, Particles and other assets.
/// </summary>
[HideInEditor]
internal class ContentSearchWindow : EditorWindow
{
/// <summary>
@@ -115,6 +116,7 @@ namespace FlaxEngine.Windows.Search
}
}
[HideInEditor]
private sealed class SearchResultTreeNode : TreeNode
{
public Action<SearchResultTreeNode> Navigate;