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