searchWordMatcher
The function used to match the search data against the search words.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
public Func<string, bool, StringComparison, string, bool> searchWordMatcher { get; }
Remarks
See SetSearchWordMatcher for a complete example.