GetLabel(SearchContext, bool)
Fetch and format label.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
public string GetLabel(SearchContext context, bool stripHTML = false)
Parameters
Any search context for the item search provider.
True if any HTML tags should be dropped.
Returns
Type | Description |
|---|---|
| string | The search item label. |