TreeView.CenterRectUsingSingleLineHeight

切换到手册
protected void CenterRectUsingSingleLineHeight (ref Rect rect);

参数

rect要修改并居中的矩形。

描述

修改输入矩形,以便它居中并拥有等于 EditorGUIUtility.singleLineHeight 的高度。

此方法可用于 RowGUI,以利用 EditorGUIUtility.singleLineHeight 来居中设置和调整行。一般情况下,如果使用的行高大于默认行高,最好针对标签和控件结合使用矩形和 EditorGUIUtility.singleLineHeight

另请参阅:::RowGUI。