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