C# Class SGDeContent.DataTypes.Game

Inheritance: ProcessedContent
Exibir arquivo 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_oe property

public int FirstRun
return int

FixedTime public_oe property

public bool? FixedTime
return bool?

FrameTime public_oe property

public TimeSpan,System FrameTime
return System.TimeSpan

Fullscreen public_oe property

public bool Fullscreen
return bool

MapIDs public_oe property

public List MapIDs
return List

MapOrderId public_oe property

public List MapOrderId
return List

MapOrderName public_oe property

public List MapOrderName
return List

Maps public_oe property

public List Maps
return List

Orientation public_oe property

public DisplayOrientation Orientation
return DisplayOrientation

SpriteSheet public_oe property

public ExternalReference SpriteSheet
return ExternalReference

Title public_oe property

public string Title
return string

Width public_oe property

public int Width
return int