C# Class NearFutureElectrical.FissionEngine

Inheritance: NearFutureElectrical.FissionConsumer
Exibir arquivo Open project: ChrisAdderley/NearFutureElectrical Class Usage Examples

Public Methods

Method Description
FixedUpdate ( ) : void
GetInfo ( ) : string
GetThrustLimiterFraction ( ) : float
OnStart ( PartModule state ) : void

Private Methods

Method Description
FindFlowRate ( float thrust, float isp, Propellant fuelPropellant ) : float
FindIsp ( float thrust, float flowRate, Propellant fuelPropellant ) : float
FindThrust ( float isp, float flowRate, Propellant fuelPropellant ) : float
SetupEngines ( ) : void
SetupReactor ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

GetInfo() public method

public GetInfo ( ) : string
return string

GetThrustLimiterFraction() public method

public GetThrustLimiterFraction ( ) : float
return float

OnStart() public method

public OnStart ( PartModule state ) : void
state PartModule
return void