Arcade
|
Class-level attribute to provide information about the graphical specifications of an arcade game. More...
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... | |
Class-level attribute to provide information about the graphical specifications of an arcade game.
|
inline |
Constructs a new GraphicsInfoAttribute with default values for each property.
|
inlinestatic |
|
getset |
Desired vertical resolution of the game in pixels.
|
getset |
Desired horizontal resolution of the game in pixels.