C# Class KerbalEngineer.Flight.Readouts.Vessel.IntakeAirDemandSupply

Inheritance: ReadoutModule
Mostra file Open project: CYBUTEK/KerbalEngineer Class Usage Examples

Public Methods

Method Description
Draw ( KerbalEngineer.Flight.Sections.SectionModule section ) : void
GetDemand ( ) : double
GetSupply ( ) : double
IntakeAirDemandSupply ( ) : System.Linq
Update ( ) : void

Method Details

Draw() public method

public Draw ( KerbalEngineer.Flight.Sections.SectionModule section ) : void
section KerbalEngineer.Flight.Sections.SectionModule
return void

GetDemand() public static method

public static GetDemand ( ) : double
return double

GetSupply() public static method

public static GetSupply ( ) : double
return double

IntakeAirDemandSupply() public method

public IntakeAirDemandSupply ( ) : System.Linq
return System.Linq

Update() public method

public Update ( ) : void
return void