Interface SteeringSettings

Hierarchy

  • SteeringSettings

Properties

id: number

Identifier for the bearing.

leftAngleLimit: number

The angle that the bearing will turn left to.

leftAngleSpeed: number

The speed at which the bearing will turn left.

rightAngleLimit: number

The angle that the bearing will turn right to.

rightAngleSpeed: number

The speed at which the bearing will turn right.

unlocked: boolean

Whether the bearing is unlocked. If false, the bearing won't turn.

Generated using TypeDoc