Class Searcher | Searcher | 4.0.9
docs.unity3d.com
    Show / Hide Table of Contents

    Class Searcher

    Inheritance
    Object
    Searcher
    Namespace: UnityEditor.Searcher
    Syntax
    public class Searcher

    Constructors

    Searcher(IEnumerable<SearcherDatabaseBase>, String)

    Declaration
    public Searcher(IEnumerable<SearcherDatabaseBase> databases, string title)
    Parameters
    Type Name Description
    IEnumerable<SearcherDatabaseBase> databases
    String title

    Searcher(IEnumerable<SearcherDatabaseBase>, ISearcherAdapter)

    Declaration
    public Searcher(IEnumerable<SearcherDatabaseBase> databases, ISearcherAdapter adapter = null)
    Parameters
    Type Name Description
    IEnumerable<SearcherDatabaseBase> databases
    ISearcherAdapter adapter

    Searcher(SearcherDatabaseBase, String)

    Declaration
    public Searcher(SearcherDatabaseBase database, string title)
    Parameters
    Type Name Description
    SearcherDatabaseBase database
    String title

    Searcher(SearcherDatabaseBase, ISearcherAdapter)

    Declaration
    public Searcher(SearcherDatabaseBase database, ISearcherAdapter adapter = null)
    Parameters
    Type Name Description
    SearcherDatabaseBase database
    ISearcherAdapter adapter

    Properties

    Adapter

    Declaration
    public ISearcherAdapter Adapter { get; }
    Property Value
    Type Description
    ISearcherAdapter

    SortComparison

    Declaration
    public Comparison<SearcherItem> SortComparison { get; set; }
    Property Value
    Type Description
    Comparison<SearcherItem>

    Methods

    Search(String)

    Declaration
    public IEnumerable<SearcherItem> Search(string query)
    Parameters
    Type Name Description
    String query
    Returns
    Type Description
    IEnumerable<SearcherItem>
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023