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

DefaultMultiColumnTreeViewController<T0>.GetDataForIndex

Declaration

public T GetDataForIndex(int index);

Parameters

index The TreeView item index.

Returns

T The data.

Description

Gets data for the specified TreeView item index.