C# Class Engineer.VesselSimulator.SimManager

ファイルを表示 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_oe static_oe property

public static bool dumpTree
return bool

logOutput public_oe static_oe property

public static bool logOutput
return bool

minSimTime public_oe static_oe property

public static long minSimTime
return long

vectoredThrust public_oe static_oe property

public static bool vectoredThrust
return bool