Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

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.