This version of Unity is unsupported.

ItemSelectors.GetItemContentStyle

Declaration

public static GUIStyle GetItemContentStyle(Search.SearchColumn column);

Parameters

column Search column drawing the item.

Returns

GUIStyle GUI style to render the item.

Description

Returns the default item GUI style used to draw the cell of a search item property in table view.

The GUI style will draw the item aligned either left, middle or right based on the search column settings.