Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


FindRowOfItem(TreeViewItem<TIdentifier>)

Returns the row of the given TreeViewItem.
Read time 1 minuteLast updated 10 days ago

Definition

FindRowOfItem(TreeViewItem<T>)

protected int FindRowOfItem(TreeViewItem<TIdentifier> item)

Parameters

The item to find the row of.

Returns

Type

Description

intThe row of the TreeViewItem.