docs.unity3d.com
    Show / Hide Table of Contents

    Enum ShowDetailsOptions

    Defines what details are shown in the details panel for the search view.

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

    Fields

    Name Description Value
    None

    No options are defined.

    0
    Preview

    Show a large preview.

    1
    Inspector

    Show an embedded inspector for the selected object.

    2
    Actions

    Show selected item possible actions

    4
    Description

    Show an extended item description

    8
    Default

    Default set of options used when [[showDetails]] is set to true.

    13
    ListView

    If possible, default the list view to list view.

    16
    DefaultGroup

    Show this provider as a default group (always visible even if no result)

    32
    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