Enum SearchFlags | Quick Search | 2.0.0
docs.unity3d.com
    Show / Hide Table of Contents

    Enum SearchFlags

    Various search options used to fetch items.

    Namespace: Unity.QuickSearch
    Syntax
    [Flags]
    public enum SearchFlags

    Fields

    Name Description
    Debug

    Adding debugging info while looking for results,

    Default

    Default Search Flag

    FirstBatchAsync

    Send the first items asynchronously

    NoIndexing

    Prevent the search to use any indexing

    None

    No specific search options.

    Sorted

    Fetch items will be sorted by the search service.

    Synchronous

    Search items are fetch synchronously.

    WantsMore

    Sets the search to search for all results.

    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