Open 3D Engine AzFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzFramework::ScreenSize Struct Reference

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.
 

Detailed Description

A wrapper around a screen width and height.


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