VelocityChangeEfficiency

data class VelocityChangeEfficiency(val acceleration: <Error class: unknown class>, val deceleration: <Error class: unknown class>)

Specifies the ratio by which energy is converted during velocity changes.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

acceleration

KineticEnergyGained/ChemicalEnergyConsumed

deceleration

ChemicalEnergySaved/KineticEnergyLost

Constructors

Link copied to clipboard
constructor(acceleration: <Error class: unknown class>, deceleration: <Error class: unknown class>)

Properties

Link copied to clipboard
val acceleration: <Error class: unknown class>
Link copied to clipboard
val deceleration: <Error class: unknown class>