Click or drag to resize

RecyclableGridScrollContentgetRecycledPosition Method

Return recycled position from index. If index items is not existing, it retuens null;

Namespace:  AndroidLocalGalleryPlugin
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public Nullable<int> getRecycledPosition(
	int index
)

Parameters

index
Type: SystemInt32
Index of child to return the recycled position

Return Value

Type: NullableInt32
int? position of the recycled item. It will return null if it's not existed.
See Also