Merge branch 'Tryibion-hide-certain-ui'
This commit is contained in:
@@ -72,6 +72,7 @@ namespace FlaxEngine.Windows.Search
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// The content searching window. Allows to search inside Visual Scripts, Materials, Particles and other assets.
|
/// The content searching window. Allows to search inside Visual Scripts, Materials, Particles and other assets.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
[HideInEditor]
|
||||||
internal class ContentSearchWindow : EditorWindow
|
internal class ContentSearchWindow : EditorWindow
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@@ -115,6 +116,7 @@ namespace FlaxEngine.Windows.Search
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[HideInEditor]
|
||||||
private sealed class SearchResultTreeNode : TreeNode
|
private sealed class SearchResultTreeNode : TreeNode
|
||||||
{
|
{
|
||||||
public Action<SearchResultTreeNode> Navigate;
|
public Action<SearchResultTreeNode> Navigate;
|
||||||
|
|||||||
Reference in New Issue
Block a user