Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CenterRectUsingSingleLineHeight(ref Rect)

Modifies the input rect so it is centered and have a height equal to EditorGUIUtility.singleLineHeight.
Read time 1 minuteLast updated 12 days ago

Definition

CenterRectUsingSingleLineHeight(Rect)

protected void CenterRectUsingSingleLineHeight(ref Rect rect)

Parameters

rect

Rect to be modified and centered.

Remarks

This method can be used in TreeView<TIdentifier>.RowGUI for centering and adjusting the row rect using EditorGUIUtility.singleLineHeight. In general it is a good idea to use a rect with EditorGUIUtility.singleLineHeight for labels and controls if working with row heights larger than the default row height.
Additional Resources: ::RowGUI.