MediaDataGui Class |
Namespace: AndroidLocalGalleryPlugin
public class MediaDataGui : MonoBehaviour
The MediaDataGui type exposes the following members.
Name | Description | |
---|---|---|
MediaDataGui | Initializes a new instance of the MediaDataGui class |
Name | Description | |
---|---|---|
AudioImage |
Replace the thumbnail to the audioImage(Texture2D).
| |
ClearImage |
Clears the image with noImage(Texture2D).
| |
FolderImage |
Replace the thumbnail to the folderImage(Texture2D).
| |
LoadLocalImage | ||
LoadRemoteImage |
Loads the remote image.
| |
OtherImage |
Replace the thumbnail to the otherImage(Texture2D).
| |
SetData(ThumbData) |
Sets the data(path) to load thumbnail.
| |
SetData(ThumbData, Byte) |
Name | Description | |
---|---|---|
audioImage |
The audio image which is used when the media data is audio type.
| |
clickButton |
The click button.
| |
defaultSprite |
The default sprite.
| |
folderImage |
The folder image which is used when the media data is folder.
| |
index |
The index.
| |
noImage |
The no image which is used to clear the thumbnail.
| |
otherImage |
The other image which is used when the media data is none type.
| |
photoImage |
The photo image which is used when the media data is photo type.
| |
thumbnail |
The thumbnail.
| |
title |
The title.
| |
video |
Video icon
| |
videoImage |
The video image which is used when the media data is video type.
|