C# Class Engineer.VesselSimulator.SimManager

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

Méthodes publiques

Свойство Type Description
dumpTree bool
logOutput bool
minSimTime long
vectoredThrust bool

Méthodes publiques

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

Private Methods

Méthode Description
ClearResults ( ) : void
GetRealFuelsTypes ( ) : 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

Property Details

dumpTree public_oe static_oe property

public static bool dumpTree
Résultat bool

logOutput public_oe static_oe property

public static bool logOutput
Résultat bool

minSimTime public_oe static_oe property

public static long minSimTime
Résultat long

vectoredThrust public_oe static_oe property

public static bool vectoredThrust
Résultat bool