Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetDataForIndex(int)

Gets data for the specified TreeView item index.
Read time 1 minuteLast updated 10 days ago

Definition

public T GetDataForIndex(int index)

Parameters

index

The TreeView item index.

Returns

Type

Description

TThe data.