docs.unity3d.com
    Show / Hide Table of Contents

    Enum SearchItemOptions

    Indicates how the search item description needs to be formatted when presented to the user.

    Namespace: UnityEditor.Search
    Syntax
    [Flags]
    public enum SearchItemOptions

    Fields

    Name Description Value
    None

    Use default description.

    0
    Ellipsis

    If the description is too long truncate it and add an ellipsis.

    1
    RightToLeft

    If the description is too long keep the right part.

    2
    Highlight

    Highlight parts of the description that match the Search Query

    4
    FuzzyHighlight

    Highlight parts of the description that match the Fuzzy Search Query

    8
    Compacted

    Use Label instead of description for shorter display.

    16
    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