C# 클래스 CNCMaps.Engine.EngineSettings

파일 보기 프로젝트 열기: zzattack/ccmaps-net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Settings CNCMaps.Shared.RenderSettings

공개 메소드들

메소드 설명
ConfigureFromArgs ( string args ) : bool
ConfigureFromSettings ( RenderSettings settings ) : bool
DetermineMapName ( MapFile map, EngineType engine ) : string

Gets the determine map name.

Execute ( ) : EngineResult

비공개 메소드들

메소드 설명
InitLoggerConfig ( ) : void
MakeValidFileName ( string name ) : string

Makes a valid file name.

ShowHelp ( ) : void
StripPlayersFromName ( string mapName ) : string
ValidateSettings ( ) : bool

메소드 상세

ConfigureFromArgs() 공개 메소드

public ConfigureFromArgs ( string args ) : bool
args string
리턴 bool

ConfigureFromSettings() 공개 메소드

public ConfigureFromSettings ( RenderSettings settings ) : bool
settings CNCMaps.Shared.RenderSettings
리턴 bool

DetermineMapName() 공개 정적인 메소드

Gets the determine map name.
public static DetermineMapName ( MapFile map, EngineType engine ) : string
map CNCMaps.FileFormats.Map.MapFile
engine EngineType
리턴 string

Execute() 공개 메소드

public Execute ( ) : EngineResult
리턴 EngineResult

프로퍼티 상세

Settings 공개적으로 정적으로 프로퍼티

public static RenderSettings,CNCMaps.Shared Settings
리턴 CNCMaps.Shared.RenderSettings