A wrapper around a screen width and height. More...
#include <ScreenGeometry.h>
Public Member Functions | |
| AZ_TYPE_INFO (ScreenSize, "{26D28916-6E8E-44B8-83F9-C44BCDA370E2}") | |
| constexpr | ScreenSize (int width, int height) |
| float | Widthf () const |
| float | Heightf () const |
Public Attributes | |
| int | m_width |
| Screen size width. | |
| int | m_height |
| Screen size height. | |
A wrapper around a screen width and height.