Unity - Scripting API: IMGUI.Controls.TreeView_1.GetCellRectForTreeFoldouts
TreeView<T0>.GetCellRectForTreeFoldouts
Success!
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
Submission failed
For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Parameters
| Parameter | Description |
|---|---|
| rowRect | Rect for a row. |
Returns
Rect Cell rect in a multi column setup.
Description
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.