docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface ISearchQueryHandler<TData>

    Interface used to receive search query callbacks.

    Namespace: Unity.Properties.UI
    Assembly: Unity.Properties.UI.Editor.dll
    Syntax
    public interface ISearchQueryHandler<TData>
    Type Parameters
    Name Description
    TData

    The search data type.

    Methods

    HandleSearchQuery(ISearchQuery<TData>)

    This method is invoked whenever a search is performed.

    Declaration
    void HandleSearchQuery(ISearchQuery<TData> query)
    Parameters
    Type Name Description
    ISearchQuery<TData> query

    The query which can be used to apply the search to some data.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)