Click or drag to resize

MediaDataGui Class

uGui components which is attached recyclable item prefab.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          AndroidLocalGalleryPluginMediaDataGui

Namespace:  AndroidLocalGalleryPlugin
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class MediaDataGui : MonoBehaviour

The MediaDataGui type exposes the following members.

Constructors
  NameDescription
Public methodMediaDataGui
Initializes a new instance of the MediaDataGui class
Top
Methods
  NameDescription
Public methodAudioImage
Replace the thumbnail to the audioImage(Texture2D).
Public methodClearImage
Clears the image with noImage(Texture2D).
Public methodFolderImage
Replace the thumbnail to the folderImage(Texture2D).
Public methodLoadLocalImage
Public methodLoadRemoteImage
Loads the remote image.
Public methodOtherImage
Replace the thumbnail to the otherImage(Texture2D).
Public methodSetData(ThumbData)
Sets the data(path) to load thumbnail.
Public methodSetData(ThumbData, Byte)
Top
Fields
  NameDescription
Public fieldaudioImage
The audio image which is used when the media data is audio type.
Public fieldclickButton
The click button.
Public fielddefaultSprite
The default sprite.
Public fieldfolderImage
The folder image which is used when the media data is folder.
Public fieldindex
The index.
Public fieldnoImage
The no image which is used to clear the thumbnail.
Public fieldotherImage
The other image which is used when the media data is none type.
Public fieldphotoImage
The photo image which is used when the media data is photo type.
Public fieldthumbnail
The thumbnail.
Public fieldtitle
The title.
Public fieldvideo
Video icon
Public fieldvideoImage
The video image which is used when the media data is video type.
Top
See Also