docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method FindSimilarKey

    FindSimilarKey(string)

    Returns the AssetTableCollection that contains a table entry with the closest match to the provided text. Uses the Levenshtein distance method.

    Declaration
    [Obsolete("FindSimilarKey will be removed in the future, please use Unity Search. See TableEntrySearchData class for further details.")]
    public static (StringTableCollection collection, SharedTableData.SharedTableEntry entry, int matchDistance) FindSimilarKey(string keyName)
    Parameters
    Type Name Description
    string keyName
    Returns
    Type Description
    (StringTableCollection collection, SharedTableData.SharedTableEntry entry, int matchDistance)
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)