GetCellRectForTreeFoldouts(Rect)
Utility for multi column setups. This method will clip the input rowRect against the column rect defined by columnIndexForTreeFoldouts to get the cell rect where the the foldout arrows appear.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor
protected Rect GetCellRectForTreeFoldouts(Rect rowRect)
Parameters
Rect for a row.
Returns
Type | Description |
|---|---|
| Rect | Cell rect in a multi column setup. |
Remarks
Additional Resources: MultiColumnHeader.