docs.unity3d.com
    Show / Hide Table of Contents

    Interface ISearchHandler

    Interface used to reference an untyped search handler.

    Namespace: Unity.Properties.UI
    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
    Int32

    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
    Int32

    SearchDataType

    Gets the strongly typed search data type.

    Declaration
    Type SearchDataType { get; }
    Property Value
    Type Description
    Type
    Back to top
    Terms of use
    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