|
Drag[en]gine Script Module DragonScript 1.32.1
|
Loadable service image thumbnail. More...
Public Member Functions | |
| Thumbnail | new () |
| Create new instance of class Thumbnail. | |
Public Attributes | |
| Image | image |
| Thumbnail image is null. | |
| Point | size |
| Size of thumbnail. | |
| String | url |
| URL from where the thumbnail can be loaded or null. | |
Loadable service image thumbnail.
Thumbnails contain the size and url to load the thumbnail from. The same loading mechanims with ServiceImage itself.
| Thumbnail Dragengine.Services.ServiceImage.Thumbnail.new | ( | ) |
Create new instance of class Thumbnail.
| Image Dragengine.Services.ServiceImage.Thumbnail.image |
Thumbnail image is null.
If url is null the thumbnail image is stored directly.
| Point Dragengine.Services.ServiceImage.Thumbnail.size |
Size of thumbnail.
| String Dragengine.Services.ServiceImage.Thumbnail.url |
URL from where the thumbnail can be loaded or null.
If null loading the thumbnail by url is not supported and the image member is used instead.