Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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 12 days ago

Definition

protected Rect GetCellRectForTreeFoldouts(Rect rowRect)

Parameters

rowRect

Rect for a row.

Returns

Type

Description

RectCell rect in a multi column setup.

Remarks

Additional Resources: MultiColumnHeader.