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

Inheritance: ReadoutModule
Afficher le fichier Open project: CYBUTEK/KerbalEngineer Class Usage Examples

Méthodes publiques

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

Method Details

Draw() public méthode

public Draw ( KerbalEngineer.Flight.Sections.SectionModule section ) : void
section KerbalEngineer.Flight.Sections.SectionModule
Résultat void

GetDemand() public static méthode

public static GetDemand ( ) : double
Résultat double

GetSupply() public static méthode

public static GetSupply ( ) : double
Résultat double

IntakeAirDemandSupply() public méthode

public IntakeAirDemandSupply ( ) : System.Linq
Résultat System.Linq

Update() public méthode

public Update ( ) : void
Résultat void