RecyclableGridScrollContentgetMediaDataGuiIfExist Method |
Return MediaDataGui from index.
Namespace:
AndroidLocalGalleryPlugin
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public MediaDataGui getMediaDataGuiIfExist(
int index
)
Parameters
- index
- Type: SystemInt32
Index of child to return.
Return Value
Type:
MediaDataGuiMediaDataGui which is attached recyclableItem. It will return null if it's not existed.
See Also