C# Class KerbalEngineer.VesselSimulator.SimManager

Afficher le fichier Open project: CYBUTEK/KerbalEngineer Class Usage Examples

Méthodes publiques

Свойство Type Description
dumpTree bool
log LogMsg
logOutput bool
minSimTime System.TimeSpan
vectoredThrust bool

Méthodes publiques

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

Private Methods

Méthode Description
CheckForMods ( ) : void
ClearResults ( ) : void
RunSimulation ( object simObject ) : void
StartSimulation ( ) : void

Method Details

DoesEngineUseCorrectedThrust() public static méthode

public static DoesEngineUseCorrectedThrust ( Part theEngine ) : bool
theEngine Part
Résultat bool

GetVesselTypeString() public static méthode

public static GetVesselTypeString ( VesselType vesselType ) : String
vesselType VesselType
Résultat String

RequestSimulation() public static méthode

public static RequestSimulation ( ) : void
Résultat void

ResultsReady() public static méthode

public static ResultsReady ( ) : bool
Résultat bool

TryStartSimulation() public static méthode

public static TryStartSimulation ( ) : void
Résultat void

UpdateModSettings() public static méthode

public static UpdateModSettings ( ) : void
Résultat void

Property Details

dumpTree public_oe static_oe property

public static bool dumpTree
Résultat bool

log public_oe static_oe property

public static LogMsg log
Résultat LogMsg

logOutput public_oe static_oe property

public static bool logOutput
Résultat bool

minSimTime public_oe static_oe property

public static TimeSpan,System minSimTime
Résultat System.TimeSpan

vectoredThrust public_oe static_oe property

public static bool vectoredThrust
Résultat bool