Delegate GetKeywordsHandler | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Delegate GetKeywordsHandler

    Namespace: Unity.QuickSearch
    Syntax
    public delegate void GetKeywordsHandler(SearchContext context, string lastToken, List<string> keywords);
    Parameters
    Type Name Description
    SearchContext context
    System.String lastToken
    System.Collections.Generic.List<System.String> keywords
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX