docs.unity.cn
    Show / Hide Table of Contents

    Interface ISearchDatabase

    Namespace: UnityEditor.Search
    Syntax
    public interface ISearchDatabase

    Properties

    excludePatterns

    Declaration
    IReadOnlyCollection<string> excludePatterns { get; }
    Property Value
    Type Description
    IReadOnlyCollection<String>

    includePatterns

    Declaration
    IReadOnlyCollection<string> includePatterns { get; }
    Property Value
    Type Description
    IReadOnlyCollection<String>

    indexingOptions

    Declaration
    IndexingOptions indexingOptions { get; }
    Property Value
    Type Description
    IndexingOptions

    name

    Declaration
    string name { get; }
    Property Value
    Type Description
    String

    roots

    Declaration
    IReadOnlyCollection<string> roots { get; }
    Property Value
    Type Description
    IReadOnlyCollection<String>
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, October 26, 2022
    Terms of use