Arcade
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
GameAPI.GraphicsInfoAttribute Class Reference

Class-level attribute to provide information about the graphical specifications of an arcade game. More...

Inheritance diagram for GameAPI.GraphicsInfoAttribute:
GameAPI.IGraphicsInfo

Public Member Functions

 GraphicsInfoAttribute ()
 Constructs a new GraphicsInfoAttribute with default values for each property. More...
 

Static Public Member Functions

static GraphicsInfoAttribute Deserialize (Stream stream)
 

Properties

int Width [get, set]
 Desired horizontal resolution of the game in pixels. More...
 
int Height [get, set]
 Desired vertical resolution of the game in pixels. More...
 
- Properties inherited from GameAPI.IGraphicsInfo
int Width [get]
 Desired horizontal resolution of the game in pixels. More...
 
int Height [get]
 Desired vertical resolution of the game in pixels. More...
 

Detailed Description

Class-level attribute to provide information about the graphical specifications of an arcade game.

Constructor & Destructor Documentation

GameAPI.GraphicsInfoAttribute.GraphicsInfoAttribute ( )
inline

Constructs a new GraphicsInfoAttribute with default values for each property.

Member Function Documentation

static GraphicsInfoAttribute GameAPI.GraphicsInfoAttribute.Deserialize ( Stream  stream)
inlinestatic

Property Documentation

int GameAPI.GraphicsInfoAttribute.Height
getset

Desired vertical resolution of the game in pixels.

int GameAPI.GraphicsInfoAttribute.Width
getset

Desired horizontal resolution of the game in pixels.