Enum ShowDetailsOptions | Quick Search | 1.6.0-preview.9
docs.unity.cn
    Show / Hide Table of Contents

    Enum ShowDetailsOptions

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

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

    Fields

    Name Description
    Actions

    Show selected item possible actions

    Default

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

    Description

    Show an extended item description

    Inspector

    Show an embedded inspector for the selected object.

    None

    No options are defined.

    Preview

    Show a large preview.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX