Version 3.3.0.1

GUITableColumn class

Namespace: Sirenix.Utilities.Editor
Assembly: Sirenix.Utilities.Editor
public class GUITableColumn
GUITableColumns used creating a table list using GUITable.Create().
Inheritance
  • System.Object
  • GUITableColumn

Constructors

GUITableColumn()
public GUITableColumn()

Fields

ColumnTitle
The column title text. If there are is columns with a title, there we not be rendered an additional table row for column titles.
public string ColumnTitle
MinWidth
The minimum with of the column.
public float MinWidth
OnGUI
Draws a cell at the given row index for this column.
public Action<Rect, int> OnGUI
Resizable
If true, the column becomes resiziable. Default is true.
public bool Resizable
SpanColumnTitle
If true, the column title cell, will span horizontally to neighbour columns, which column titles are null. Default is false.
public bool SpanColumnTitle
Width
The width of the Column. 0 = auto, and is also the default.
public float Width