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