Class UM_Media
Picked image from gallery representation
Inheritance
System.Object
UM_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.CrossPlatform.App
Assembly: cs.temp.dll.dll
Syntax
public class UM_Media
Constructors
UM_Media(Texture2D, String, UM_MediaType)
Declaration
public UM_Media(Texture2D thumbnail, string path, UM_MediaType type)
Parameters
Type | Name | Description |
---|---|---|
Texture2D | thumbnail | |
System.String | path | |
UM_MediaType | type |
Properties
Path
Device local path to the current media file.
Declaration
public string Path { get; }
Property Value
Type | Description |
---|---|
System.String | The path. |
Thumbnail
Media file thumbnail.
Declaration
public Texture2D Thumbnail { get; }
Property Value
Type | Description |
---|---|
Texture2D |
Type
Type of yhe media
Declaration
public UM_MediaType Type { get; }
Property Value
Type | Description |
---|---|
UM_MediaType |