GetItemContentStyle(SearchColumn)
Returns the default item GUI style used to draw the cell of a search item property in table view.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
public static GUIStyle GetItemContentStyle(SearchColumn column)
Parameters
Search column drawing the item.
Returns
Type | Description |
|---|---|
| GUIStyle | GUI style to render the item. |
Remarks
The GUI style will draw the item aligned either left, middle or right based on the search column settings.