C# 클래스 OpenRA.Settings

파일 보기 프로젝트 열기: OpenRA/OpenRA 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Chat ChatSettings
Debug DebugSettings
Game GameSettings
Graphics GraphicSettings
Keys KeySettings
Player PlayerSettings
Sections object>.Dictionary
Server ServerSettings
Sound SoundSettings

공개 메소드들

메소드 설명
SanitizedPlayerName ( string dirty ) : string
SanitizedServerName ( string dirty ) : string
Save ( ) : void
Settings ( string file, Arguments args ) : System

비공개 메소드들

메소드 설명
LoadSectionYaml ( MiniYaml yaml, object section ) : void
SanitizedName ( string dirty ) : string

메소드 상세

SanitizedPlayerName() 공개 정적인 메소드

public static SanitizedPlayerName ( string dirty ) : string
dirty string
리턴 string

SanitizedServerName() 공개 정적인 메소드

public static SanitizedServerName ( string dirty ) : string
dirty string
리턴 string

Save() 공개 메소드

public Save ( ) : void
리턴 void

Settings() 공개 메소드

public Settings ( string file, Arguments args ) : System
file string
args Arguments
리턴 System

프로퍼티 상세

Chat 공개적으로 프로퍼티

public ChatSettings,OpenRA Chat
리턴 ChatSettings

Debug 공개적으로 프로퍼티

public DebugSettings,OpenRA Debug
리턴 DebugSettings

Game 공개적으로 프로퍼티

public GameSettings,OpenRA Game
리턴 GameSettings

Graphics 공개적으로 프로퍼티

public GraphicSettings,OpenRA Graphics
리턴 GraphicSettings

Keys 공개적으로 프로퍼티

public KeySettings,OpenRA Keys
리턴 KeySettings

Player 공개적으로 프로퍼티

public PlayerSettings,OpenRA Player
리턴 PlayerSettings

Sections 공개적으로 프로퍼티

public Dictionary Sections
리턴 object>.Dictionary

Server 공개적으로 프로퍼티

public ServerSettings,OpenRA Server
리턴 ServerSettings

Sound 공개적으로 프로퍼티

public SoundSettings,OpenRA Sound
리턴 SoundSettings