Skip to main content

Enumeration: AltitudeSelectManagerAccelType

Defined in: src/sdk/autopilot/managers/AltitudeSelectManager.ts:34

Types of input acceleration supported by AltitudeSelectManager.

Enumeration Members

DynamicSmall

DynamicSmall: "DynamicSmall"

Defined in: src/sdk/autopilot/managers/AltitudeSelectManager.ts:45

While input acceleration is active, the magnitude of small-increment inputs will be adjusted by an arbitrary factor based on the observed rate of small-increment inputs.


None

None: "None"

Defined in: src/sdk/autopilot/managers/AltitudeSelectManager.ts:36

No input acceleration.


SmallToLarge

SmallToLarge: "SmallToLarge"

Defined in: src/sdk/autopilot/managers/AltitudeSelectManager.ts:39

While input acceleration is active, small-increment inputs will be converted to large increments.