C# Class Engineer.VesselSimulator.SimManager

Show file Open project: CYBUTEK/Engineer Class Usage Examples

Public Properties

Property Type Description
dumpTree bool
logOutput bool
minSimTime long
vectoredThrust bool

Public Methods

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

Private Methods

Method Description
ClearResults ( ) : void
GetRealFuelsTypes ( ) : 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

Property Details

dumpTree public static property

public static bool dumpTree
return bool

logOutput public static property

public static bool logOutput
return bool

minSimTime public static property

public static long minSimTime
return long

vectoredThrust public static property

public static bool vectoredThrust
return bool