Reorganize Content Finder files
This commit is contained in:
@@ -6,7 +6,7 @@ using System.Linq;
|
||||
using System.Text.RegularExpressions;
|
||||
using FlaxEditor.Content;
|
||||
using FlaxEditor.SceneGraph;
|
||||
using FlaxEditor.Surface.ContextMenu;
|
||||
using FlaxEditor.Windows.Search;
|
||||
using FlaxEngine;
|
||||
using FlaxEngine.GUI;
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ using FlaxEditor.Modules;
|
||||
using FlaxEngine;
|
||||
using FlaxEngine.GUI;
|
||||
|
||||
namespace FlaxEditor.Surface.ContextMenu
|
||||
namespace FlaxEditor.Windows.Search
|
||||
{
|
||||
/// <summary>
|
||||
/// The content finder popup. Allows to search for project items and quickly navigate to.
|
||||
@@ -2,11 +2,10 @@
|
||||
|
||||
using FlaxEditor.Content;
|
||||
using FlaxEditor.GUI.ContextMenu;
|
||||
using FlaxEditor.Windows;
|
||||
using FlaxEngine;
|
||||
using FlaxEngine.GUI;
|
||||
|
||||
namespace FlaxEditor.Surface.ContextMenu
|
||||
namespace FlaxEditor.Windows.Search
|
||||
{
|
||||
/// <summary>
|
||||
/// The <see cref="ContentFinder"/> item.
|
||||
@@ -116,7 +115,7 @@ namespace FlaxEditor.Surface.ContextMenu
|
||||
/// <summary>
|
||||
/// The <see cref="SearchItem"/> for assets. Supports using asset thumbnail.
|
||||
/// </summary>
|
||||
/// <seealso cref="FlaxEditor.Surface.ContextMenu.SearchItem" />
|
||||
/// <seealso cref="FlaxEditor.Windows.Search.SearchItem" />
|
||||
/// <seealso cref="FlaxEditor.Content.IContentItemOwner" />
|
||||
public class AssetSearchItem : SearchItem, IContentItemOwner
|
||||
{
|
||||
Reference in New Issue
Block a user