C# Class SGDeContent.DataTypes.Game

Inheritance: ProcessedContent
Show file Open project: sgdc/sgdc-old Class Usage Examples

Public Properties

Property Type Description
FirstRun int
FixedTime bool?
FrameTime System.TimeSpan
Fullscreen bool
MapIDs List
MapOrderId List
MapOrderName List
Maps List
Orientation DisplayOrientation
SpriteSheet ExternalReference
Title string
Width int

Public Methods

Method Description
Game ( ) : System
Sort ( ) : void

Method Details

Game() public method

public Game ( ) : System
return System

Sort() public method

public Sort ( ) : void
return void

Property Details

FirstRun public property

public int FirstRun
return int

FixedTime public property

public bool? FixedTime
return bool?

FrameTime public property

public TimeSpan,System FrameTime
return System.TimeSpan

Fullscreen public property

public bool Fullscreen
return bool

MapIDs public property

public List MapIDs
return List

MapOrderId public property

public List MapOrderId
return List

MapOrderName public property

public List MapOrderName
return List

Maps public property

public List Maps
return List

Orientation public property

public DisplayOrientation Orientation
return DisplayOrientation

SpriteSheet public property

public ExternalReference SpriteSheet
return ExternalReference

Title public property

public string Title
return string

Width public property

public int Width
return int