C# Class SGDeContent.DataTypes.Game

Inheritance: ProcessedContent
Afficher le fichier Open project: sgdc/sgdc-old Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
Game ( ) : System
Sort ( ) : void

Method Details

Game() public méthode

public Game ( ) : System
Résultat System

Sort() public méthode

public Sort ( ) : void
Résultat void

Property Details

FirstRun public_oe property

public int FirstRun
Résultat int

FixedTime public_oe property

public bool? FixedTime
Résultat bool?

FrameTime public_oe property

public TimeSpan,System FrameTime
Résultat System.TimeSpan

Fullscreen public_oe property

public bool Fullscreen
Résultat bool

MapIDs public_oe property

public List MapIDs
Résultat List

MapOrderId public_oe property

public List MapOrderId
Résultat List

MapOrderName public_oe property

public List MapOrderName
Résultat List

Maps public_oe property

public List Maps
Résultat List

Orientation public_oe property

public DisplayOrientation Orientation
Résultat DisplayOrientation

SpriteSheet public_oe property

public ExternalReference SpriteSheet
Résultat ExternalReference

Title public_oe property

public string Title
Résultat string

Width public_oe property

public int Width
Résultat int