C# Class KerbalEngineer.Flight.Readouts.Surface.AtmosphericProcessor

Inheritance: IUpdatable, IUpdateRequest
Afficher le fichier Open project: CYBUTEK/KerbalEngineer Class Usage Examples

Méthodes publiques

Méthode Description
RequestUpdate ( ) : void

Request an update to calculate the details.

Update ( ) : void

Updates the details by recalculating if requested.

Private Methods

Méthode Description
CheckAeroMods ( ) : void

Method Details

RequestUpdate() public static méthode

Request an update to calculate the details.
public static RequestUpdate ( ) : void
Résultat void

Update() public méthode

Updates the details by recalculating if requested.
public Update ( ) : void
Résultat void