RecyclableGridScrollContent Class |
Namespace: AndroidLocalGalleryPlugin
public class RecyclableGridScrollContent : UIBehaviour
The RecyclableGridScrollContent type exposes the following members.
Name | Description | |
---|---|---|
![]() | RecyclableGridScrollContent | Initializes a new instance of the RecyclableGridScrollContent class |
Name | Description | |
---|---|---|
![]() | GetColRowPostion | Return column position and row position. int[0] = column position, int[1] = row position |
![]() | getMediaDataGuiIfExist |
Return MediaDataGui from index.
|
![]() | getRecycledPosition |
Return recycled position from index.
If index items is not existing, it retuens null;
|
![]() | Initialize |
This method makes or resets the recyclable items.
|
![]() | InitPosition |
Scroll to the top of the position.
|
![]() | initScrollInfo |
Initialize ScrollRect Direction and RectTransform.
|
![]() | Reflesh |
Refresh the recyclable items.
|
Name | Description | |
---|---|---|
![]() | direction |
The direction.
|
![]() | fixedColumnCount |
The fixed column count.
|
![]() | instantateItemCount | The instantate item count. You need to set suitable count. |
![]() | padding |
The padding.
|
![]() | spacing |
The spacing.
|