C# 클래스 Trollkit.GameConfiguration

Holds game configuration settings
파일 보기 프로젝트 열기: edibletoaster/Babycastles-Trollkit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
GameConfiguration ( String filePath ) : System

메소드 상세

GameConfiguration() 공개 메소드

public GameConfiguration ( String filePath ) : System
filePath String
리턴 System

프로퍼티 상세

Author 공개적으로 프로퍼티

public String Author
리턴 String

DownloadUrl 공개적으로 프로퍼티

public String DownloadUrl
리턴 String

FullScreen 공개적으로 프로퍼티

public Boolean,System FullScreen
리턴 System.Boolean

GamePath 공개적으로 프로퍼티

public String GamePath
리턴 String

HideMouse 공개적으로 프로퍼티

public Boolean,System HideMouse
리턴 System.Boolean

IsArchived 공개적으로 프로퍼티

public Boolean,System IsArchived
리턴 System.Boolean

IsPortable 공개적으로 프로퍼티

public Boolean,System IsPortable
리턴 System.Boolean

JoyToKeyPath 공개적으로 프로퍼티

public String JoyToKeyPath
리턴 String

RepositionMouse 공개적으로 프로퍼티

public Boolean,System RepositionMouse
리턴 System.Boolean

UsesJoyToKey 공개적으로 프로퍼티

public Boolean,System UsesJoyToKey
리턴 System.Boolean