![]() |
R-Type
2
Doom but in better
|
Represents an image asset with a specified width and height. More...
#include <Image.hpp>
Data Fields | |
image_enum | asset_id |
float | width |
float | height |
Represents an image asset with a specified width and height.
This structure is used to store information about an image asset, including its asset ID (from the image_enum
) and its dimensions (width and height).
image_enum Image::asset_id |