Package-level declarations
Types
Link copied to clipboard
data class AltitudeChangeEfficiencyProperty(val altitudeChangeEfficiency: AltitudeChangeEfficiency) : ElectricEngineProperty, CombustionEngineProperty
Specifies the ratio by which energy is converted during altitude changes.
Link copied to clipboard
interface CombustionEngineProperty
Trait interface for combustion engine properties.
Link copied to clipboard
interface ElectricEngineProperty
Trait interface for electric engine properties.
Link copied to clipboard
data class VelocityChangeEfficiencyProperty(val velocityChangeEfficiency: VelocityChangeEfficiency) : ElectricEngineProperty, CombustionEngineProperty
Specifies the ratio by which energy is converted during velocity changes.