Class GoogleImage
- Inheritance
-
object
GoogleImage
Constructors
GoogleImage(Texture2D)
public GoogleImage(Texture2D image)
Parameters
image Texture2D
Properties
BytesBase64Encoded
public string BytesBase64Encoded { get; set; }
Property Value
- string
GcsUri
public string GcsUri { get; set; }
Property Value
- string
MimeType
public string MimeType { get; set; }
Property Value
- string
Operators
implicit operator GoogleImage(Texture2D)
public static implicit operator GoogleImage(Texture2D image)
Parameters
image Texture2D
Returns
- GoogleImage