FindItem(int, TreeViewItem)
Finds a TreeViewItem by an ID.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor.CoreModule
protected TreeViewItem FindItem(int id, TreeViewItem searchFromThisItem)
Parameters
Find the TreeViewItem with this ID.
Sets the search to start from an item. Use 'rootItem' to search the entire tree.
Returns
Type | Description |
|---|---|
| TreeViewItem | This search method returns the TreeViewItem found and returns null if not found. |
Remarks
Set the searchFromThisItem parameter to 'rootItem' to search the entire tree.