Class SearchFilter.ProviderDesc | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Class SearchFilter.ProviderDesc

    Inheritance
    System.Object
    SearchFilter.ProviderDesc
    Namespace: Unity.QuickSearch
    Syntax
    public class ProviderDesc

    Constructors

    ProviderDesc(NameId, SearchProvider)

    Declaration
    public ProviderDesc(NameId name, SearchProvider provider)
    Parameters
    Type Name Description
    NameId name
    SearchProvider provider

    Fields

    categories

    Declaration
    public List<SearchFilter.Entry> categories
    Field Value
    Type Description
    System.Collections.Generic.List<SearchFilter.Entry>

    entry

    Declaration
    public SearchFilter.Entry entry
    Field Value
    Type Description
    SearchFilter.Entry

    isExpanded

    Declaration
    public bool isExpanded
    Field Value
    Type Description
    System.Boolean

    provider

    Declaration
    public SearchProvider provider
    Field Value
    Type Description
    SearchProvider

    Properties

    priority

    Declaration
    public int priority { get; }
    Property Value
    Type Description
    System.Int32
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX