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

CollectionViewController.GetItemForIndex

Declaration

public object GetItemForIndex(int index);

Parameters

index The item index.

Returns

object The object in the source at this index.

Description

Returns the item with the specified index.