Click or drag to resize

RecyclableGridScrollContentgetMediaDataGuiIfExist Method

Return MediaDataGui from index.

Namespace:  AndroidLocalGalleryPlugin
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public MediaDataGui getMediaDataGuiIfExist(
	int index
)

Parameters

index
Type: SystemInt32
Index of child to return.

Return Value

Type: MediaDataGui
MediaDataGui which is attached recyclableItem. It will return null if it's not existed.
See Also