This version of Unity is unsupported.

TreeView.FindRowOfItem

Declaration

protected int FindRowOfItem(IMGUI.Controls.TreeViewItem item);

Parameters

item The item to find the row of.

Returns

int The row of the TreeViewItem.

Description

Returns the row of the given TreeViewItem.