Class AN_Media
Picked image from gallery representation
Inheritance
System.Object
AN_Media
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.Android.Gallery
Assembly: cs.temp.dll.dll
Syntax
public class AN_Media
Properties
Path
The picked media path
Declaration
public string Path { get; }
Property Value
Type | Description |
---|---|
System.String |
Type
Declaration
public AN_MediaType Type { get; }
Property Value
Type | Description |
---|---|
AN_MediaType |
Methods
GetThumbnailAsync(Action<Texture2D>)
Declaration
public void GetThumbnailAsync(Action<Texture2D> imageLoadCallback)
Parameters
Type | Name | Description |
---|---|---|
Action<Texture2D> | imageLoadCallback |