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

Inheritance: IUpdatable, IUpdateRequest
Show file Open project: CYBUTEK/KerbalEngineer Class Usage Examples

Public Methods

Method Description
RequestUpdate ( ) : void

Request an update to calculate the details.

Update ( ) : void

Updates the details by recalculating if requested.

Private Methods

Method Description
CheckAeroMods ( ) : void

Method Details

RequestUpdate() public static method

Request an update to calculate the details.
public static RequestUpdate ( ) : void
return void

Update() public method

Updates the details by recalculating if requested.
public Update ( ) : void
return void