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

CollectionViewController.GetItemForId

Declaration

public object GetItemForId(int id);

Parameters

id The item ID.

Returns

object The object in the source with this ID.

Description

Returns the item with the specified ID.