ModioIcon - modio/modio-sdk-legacy GitHub Wiki
Icon image contained by the ModioGame object.
struct ModioIcon
{
char* filename;
char* original;
char* thumb_64x64;
char* thumb_128x128;
char* thumb_256x256;
};
Name | Type | Description |
---|---|---|
filename | char* |
Icon filename including extension. |
original | char* |
URL to the full-sized icon. |
thumb_64x64 | char* |
URL to the small thumbnail image. |
thumb_128x128 | char* |
URL to the medium thumbnail image. |
thumb_256x256 | char* |
URL to the large thumbnail image. |
See also: Icon Object, modio::Icon