Enfusion Script API
|
Public Member Functions | |
proto external int | Height () |
Get Height of the image. | |
proto external int | Width () |
Get Width of the image. | |
proto external bool | Download (BackendCallback callback) |
Download image. | |
proto external string | Path () |
Get file path to the image. | |
proto external bool ImageScale.Download | ( | BackendCallback | callback | ) |
Download image.
proto external int ImageScale.Height | ( | ) |
Get Height of the image.
proto external string ImageScale.Path | ( | ) |
Get file path to the image.
proto external int ImageScale.Width | ( | ) |
Get Width of the image.