C# Class NearFuture.ElectricEngineThrustLimiter

Inheritance: PartModule
Afficher le fichier Open project: ChrisAdderley/near-future

Méthodes publiques

Méthode Description
OnFixedUpdate ( ) : void
OnLoad ( ConfigNode node ) : void
OnStart ( PartModule state ) : void

Private Methods

Méthode Description
FindFlowRate ( float thrust, float isp, Propellant fuelPropellant ) : float
FindIsp ( float thrust, float flowRate, Propellant fuelPropellant ) : float

Method Details

OnFixedUpdate() public méthode

public OnFixedUpdate ( ) : void
Résultat void

OnLoad() public méthode

public OnLoad ( ConfigNode node ) : void
node System.ConfigNode
Résultat void

OnStart() public méthode

public OnStart ( PartModule state ) : void
state PartModule
Résultat void