Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


FindRows(IList<int>)

Useful for converting from TreeViewItem IDs to TreeViewItems using the current rows.
Read time 1 minuteLast updated 6 days ago

Definition

Warning
Removed. TreeView is now deprecated. You can likely now use TreeView\<int\> instead and not think more about it. But if you were using that identifier to store InstanceID data, you should instead opt to upgrade your TreeViews to use TreeView\<InstanceID\> to get the proper typing.
protected IList<TreeViewItem> FindRows(IList<int> ids)

Parameters

TreeViewItem IDs.

Returns

Type

Description

IList<TreeViewItem>TreeViewItems.