IRecyclableGridScrollContentDataProviderGetItem Method |
Gets the recyclableItem(RectTransform) to manage the RecyclableGridScrollContent.
Make a recyclableItem when RecyclableItemsScrollContent.initialize(this, true) is called.
At first, recyclableItem is null so you should instantiate the recyclableItem.
You have to update the item information like the text, thumbnail, onClickListener and etc before you return.
Namespace: AndroidLocalGalleryPlugin
RectTransform GetItem( int index, RectTransform recyclableItem )