FindRowOfItem(TreeViewItem<TIdentifier>)
Returns the row of the given TreeViewItem.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor.CoreModule
FindRowOfItem(TreeViewItem<T>)
protected int FindRowOfItem(TreeViewItem<TIdentifier> item)
Parameters
The item to find the row of.
Returns
Type | Description |
|---|---|
| int | The row of the TreeViewItem. |