R-Type  2
Doom but in better
Loading...
Searching...
No Matches
Image Struct Reference

Represents an image asset with a specified width and height. More...

#include <Image.hpp>

Collaboration diagram for Image:
Collaboration graph

Data Fields

image_enum asset_id
 
float width
 
float height
 

Detailed Description

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).

Definition at line 29 of file Image.hpp.

Field Documentation

◆ asset_id

image_enum Image::asset_id

The ID representing the image asset, from image_enum.

Definition at line 30 of file Image.hpp.

◆ height

float Image::height

The height of the image in pixels.

Definition at line 32 of file Image.hpp.

◆ width

float Image::width

The width of the image in pixels.

Definition at line 31 of file Image.hpp.


The documentation for this struct was generated from the following file: