Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#

TreeView.FindItem

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

protected IMGUI.Controls.TreeViewItem FindItem(int id, IMGUI.Controls.TreeViewItem searchFromThisItem);

Parameters

idFind the TreeViewItem with this ID.
searchFromThisItemSets the search to start from an item. Use 'rootItem' to search the entire tree.

Returns

TreeViewItem This search method returns the TreeViewItem found and returns null if not found.

Description

Finds a TreeViewItem by an ID.

Set the searchFromThisItem parameter to 'rootItem' to search the entire tree.

Did you find this page useful? Please give it a rating: