Version: 2017.1

Column

class in UnityEditor.IMGUI.Controls

매뉴얼로 전환

설명

Column state.

변수

allowToggleVisibilityOption to allow/disallow hiding the column from the context menu.
autoResizeOption to allow the column to resize automatically when resizing the entire MultiColumnHeader.
canSortIs sorting enabled for this column. If false, left-clicking this column header has no effect.
contextMenuTextIf this is set then it is used for the context menu for toggling visibility, if not set then the ::headerContent is used.
headerContentThis is the GUIContent that will be rendered in the column header.
headerTextAlignmentAlignment of the header content.
maxWidthMaximum width of the column.
minWidthMinimum width of the column.
sortedAscendingValue that controls if this column is sorted ascending or descending.
sortingArrowAlignmentAlignment of the sorting arrow.
widthThe width of the column.