C# 클래스 Organisation.Configuration

상속: Observer.Subject
파일 보기 프로젝트 열기: mhack/gamenoise 1 사용 예제들

공개 메소드들

메소드 설명
Configuration ( ) : System

Contructor that initialize all variables to the default values

GetPluginPath ( ) : String

Returns the directory of the Plugins

GetSkinPath ( ) : String

Returns the directory of the skins

Init ( ) : void

Initialize the configuration object to the hotkeys This function must be called after the deserializer to init the objects

InitNotify ( ) : void

Initialization Complete Notify

ResetToDefault ( ) : void

Resets all settings to default

getFallBackSkin ( ) : string

메소드 상세

Configuration() 공개 메소드

Contructor that initialize all variables to the default values
public Configuration ( ) : System
리턴 System

GetPluginPath() 공개 메소드

Returns the directory of the Plugins
public GetPluginPath ( ) : String
리턴 String

GetSkinPath() 공개 메소드

Returns the directory of the skins
public GetSkinPath ( ) : String
리턴 String

Init() 공개 메소드

Initialize the configuration object to the hotkeys This function must be called after the deserializer to init the objects
public Init ( ) : void
리턴 void

InitNotify() 공개 메소드

Initialization Complete Notify
public InitNotify ( ) : void
리턴 void

ResetToDefault() 공개 메소드

Resets all settings to default
public ResetToDefault ( ) : void
리턴 void

getFallBackSkin() 공개 메소드

public getFallBackSkin ( ) : string
리턴 string