Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetRenameRect(Rect, int, TreeViewItem<TIdentifier>)

Override this method if custom GUI handling are used in TreeView<TIdentifier>.RowGUI. This method for controls where the rename overlay appears.
Read time 1 minuteLast updated 10 days ago

Definition

GetRenameRect(Rect, int, TreeViewItem<T>)

protected virtual Rect GetRenameRect(Rect rowRect, int row, TreeViewItem<TIdentifier> item)

Parameters

rowRect

Row rect for the item currently being renamed.

row

Row index for the item currently being renamed.

TreeViewItem that are currently being renamed.

Returns

Type

Description

RectThe rect where the rename overlay should appear.

Remarks

By default the rename overlay matches the placement of the item's displayName text being rendered.