docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface ISearchHandler

    Interface used to reference an untyped search handler.

    Namespace: Unity.Properties.UI
    Assembly: Unity.Properties.UI.Editor.dll
    Syntax
    public interface ISearchHandler

    Properties

    MaxFrameProcessingTimeMs

    The maximum amount of time in milliseconds to spend on filtering each frame.

    Declaration
    int MaxFrameProcessingTimeMs { get; set; }
    Property Value
    Type Description
    int

    Mode

    The active search mode to use. SearchHandlerType.

    Declaration
    SearchHandlerType Mode { get; set; }
    Property Value
    Type Description
    SearchHandlerType

    SearchDataBatchMaxSize

    The maximum number of elements to process in each enumerator batch.

    Declaration
    int SearchDataBatchMaxSize { get; set; }
    Property Value
    Type Description
    int

    SearchDataType

    Gets the strongly typed search data type.

    Declaration
    Type SearchDataType { get; }
    Property Value
    Type Description
    Type
    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)