C# Class KerbalEngineer.VesselSimulator.SimManager

Exibir arquivo Open project: CYBUTEK/KerbalEngineer Class Usage Examples

Public Properties

Property Type Description
dumpTree bool
log LogMsg
logOutput bool
minSimTime System.TimeSpan
vectoredThrust bool

Public Methods

Method Description
DoesEngineUseCorrectedThrust ( Part theEngine ) : bool
GetVesselTypeString ( VesselType vesselType ) : String
RequestSimulation ( ) : void
ResultsReady ( ) : bool
TryStartSimulation ( ) : void
UpdateModSettings ( ) : void

Private Methods

Method Description
CheckForMods ( ) : void
ClearResults ( ) : void
RunSimulation ( object simObject ) : void
StartSimulation ( ) : void

Method Details

DoesEngineUseCorrectedThrust() public static method

public static DoesEngineUseCorrectedThrust ( Part theEngine ) : bool
theEngine Part
return bool

GetVesselTypeString() public static method

public static GetVesselTypeString ( VesselType vesselType ) : String
vesselType VesselType
return String

RequestSimulation() public static method

public static RequestSimulation ( ) : void
return void

ResultsReady() public static method

public static ResultsReady ( ) : bool
return bool

TryStartSimulation() public static method

public static TryStartSimulation ( ) : void
return void

UpdateModSettings() public static method

public static UpdateModSettings ( ) : void
return void

Property Details

dumpTree public_oe static_oe property

public static bool dumpTree
return bool

log public_oe static_oe property

public static LogMsg log
return LogMsg

logOutput public_oe static_oe property

public static bool logOutput
return bool

minSimTime public_oe static_oe property

public static TimeSpan,System minSimTime
return System.TimeSpan

vectoredThrust public_oe static_oe property

public static bool vectoredThrust
return bool