C# 클래스 KerbalEngineer.VesselSimulator.SimManager

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

공개 프로퍼티들

프로퍼티 타입 설명
dumpTree bool
log LogMsg
logOutput bool
minSimTime System.TimeSpan
vectoredThrust bool

공개 메소드들

메소드 설명
DoesEngineUseCorrectedThrust ( Part theEngine ) : bool
GetVesselTypeString ( VesselType vesselType ) : String
RequestSimulation ( ) : void
ResultsReady ( ) : bool
TryStartSimulation ( ) : void
UpdateModSettings ( ) : void

비공개 메소드들

메소드 설명
CheckForMods ( ) : void
ClearResults ( ) : void
RunSimulation ( object simObject ) : void
StartSimulation ( ) : void

메소드 상세

DoesEngineUseCorrectedThrust() 공개 정적인 메소드

public static DoesEngineUseCorrectedThrust ( Part theEngine ) : bool
theEngine Part
리턴 bool

GetVesselTypeString() 공개 정적인 메소드

public static GetVesselTypeString ( VesselType vesselType ) : String
vesselType VesselType
리턴 String

RequestSimulation() 공개 정적인 메소드

public static RequestSimulation ( ) : void
리턴 void

ResultsReady() 공개 정적인 메소드

public static ResultsReady ( ) : bool
리턴 bool

TryStartSimulation() 공개 정적인 메소드

public static TryStartSimulation ( ) : void
리턴 void

UpdateModSettings() 공개 정적인 메소드

public static UpdateModSettings ( ) : void
리턴 void

프로퍼티 상세

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

public static bool dumpTree
리턴 bool

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

public static LogMsg log
리턴 LogMsg

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

public static bool logOutput
리턴 bool

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

public static TimeSpan,System minSimTime
리턴 System.TimeSpan

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

public static bool vectoredThrust
리턴 bool