Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

public static GUIStyle GetItemContentStyle(SearchColumn column)

Parameters

Search column drawing the item.

Returns

Type

Description

GUIStyleGUI 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.