Namespace: | Sirenix.Utilities.Editor |
Assembly: | Sirenix.Utilities.Editor |
public class GUITableCell
public GUITableCell()
public Action<Rect> GUIStyle
The height of the cell. Default is height is 22.
The height the column is determained by the tallest cell in the row.
public float Height
public float MinWidth
public Action<Rect> OnGUI
public bool SpanX
public bool SpanY
The width of the cell. Default is width is 0.
The width the column is determained by the widest cell in the column.
Width = 0 = auto.
public float Width
public Rect Rect { get; }
public int X { get; }
public int Y { get; }