C# Class Trollkit.GameConfiguration

Holds game configuration settings
Afficher le fichier Open project: edibletoaster/Babycastles-Trollkit Class Usage Examples

Méthodes publiques

Свойство Type Description
Author String
DownloadUrl String
FullScreen System.Boolean
GamePath String
HideMouse System.Boolean
IsArchived System.Boolean
IsPortable System.Boolean
JoyToKeyPath String
RepositionMouse System.Boolean
UsesJoyToKey System.Boolean

Méthodes publiques

Méthode Description
GameConfiguration ( String filePath ) : System

Method Details

GameConfiguration() public méthode

public GameConfiguration ( String filePath ) : System
filePath String
Résultat System

Property Details

Author public_oe property

public String Author
Résultat String

DownloadUrl public_oe property

public String DownloadUrl
Résultat String

FullScreen public_oe property

public Boolean,System FullScreen
Résultat System.Boolean

GamePath public_oe property

public String GamePath
Résultat String

HideMouse public_oe property

public Boolean,System HideMouse
Résultat System.Boolean

IsArchived public_oe property

public Boolean,System IsArchived
Résultat System.Boolean

IsPortable public_oe property

public Boolean,System IsPortable
Résultat System.Boolean

JoyToKeyPath public_oe property

public String JoyToKeyPath
Résultat String

RepositionMouse public_oe property

public Boolean,System RepositionMouse
Résultat System.Boolean

UsesJoyToKey public_oe property

public Boolean,System UsesJoyToKey
Résultat System.Boolean