Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetItemForIndex(int)

Returns the item with the specified index.
Read time 1 minuteLast updated 12 days ago

Definition

public virtual object GetItemForIndex(int index)

Parameters

index

The item index.

Returns

Type

Description

ObjectThe object in the source at this index.