C# Class Trollkit.GameConfiguration

Holds game configuration settings
ファイルを表示 Open project: edibletoaster/Babycastles-Trollkit Class Usage Examples

Public Properties

Property 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

Public Methods

Method Description
GameConfiguration ( String filePath ) : System

Method Details

GameConfiguration() public method

public GameConfiguration ( String filePath ) : System
filePath String
return System

Property Details

Author public_oe property

public String Author
return String

DownloadUrl public_oe property

public String DownloadUrl
return String

FullScreen public_oe property

public Boolean,System FullScreen
return System.Boolean

GamePath public_oe property

public String GamePath
return String

HideMouse public_oe property

public Boolean,System HideMouse
return System.Boolean

IsArchived public_oe property

public Boolean,System IsArchived
return System.Boolean

IsPortable public_oe property

public Boolean,System IsPortable
return System.Boolean

JoyToKeyPath public_oe property

public String JoyToKeyPath
return String

RepositionMouse public_oe property

public Boolean,System RepositionMouse
return System.Boolean

UsesJoyToKey public_oe property

public Boolean,System UsesJoyToKey
return System.Boolean