searchDataCallback
The callback used to get the data to match to the search words.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Property
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
public Func<TData, IEnumerable<string>> searchDataCallback { get; }