IRecyclableGridScrollContentDataProvider Interface |
Namespace: AndroidLocalGalleryPlugin
public interface IRecyclableGridScrollContentDataProvider
The IRecyclableGridScrollContentDataProvider type exposes the following members.
Name | Description | |
---|---|---|
GetItem | 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. | |
GetItemHeight |
Gets the height of the item.
| |
GetItemWidth |
Gets the width of the item.
|