B1BicycleMovementSetting
- Movement physics settings for a bicycle-type vehicle, including lean, speed, steering, and acceleration.
| Property | Type | Description | Metadata |
|---|---|---|---|
| MaxWheelAngle | float | Maximum wheel rotation angle (degrees) at full handlebar lock; 60 degrees means 30 degrees per side. | Category: B1BicycleMovementSetting |
| ReverseSteeringScale | float | Scale multiplier applied to the maximum steering angle during reverse; 1.0 matches the forward angle. | Category: B1BicycleMovementSetting |
| MaxForwardVelocity | float | Maximum forward speed of the bicycle. | Category: B1BicycleMovementSetting ClampMin: 0 |
| MaxReverseVelocity | float | Maximum reverse speed of the bicycle. | Category: B1BicycleMovementSetting ClampMin: 0 |
| MaxWheelRotateTime | float | Time in seconds to rotate the handlebar to full lock. | Category: Steering ClampMin: 0 |
| MaxWheelReturnRotateTime | float | Time in seconds for the handlebar to return to center from full lock. | Category: Steering ClampMin: 0 |
| HandBrakeDeaccelerationRate | float | Deceleration rate when the handbrake is engaged (0.0 to 1.0). | Category: HandBrake ClampMax: 1 ClampMin: 0 |
| HandBrakeDeaccelerationTime | float | Time in seconds for the bicycle to stop when the handbrake is engaged. | Category: HandBrake ClampMin: 0 |
| AddSlideAngleOffsetBySpeed | float | Additional angle offset (degrees) added to the slide direction when colliding at high speed. | Category: Slide ClampMin: 0 |
| MaxLeanAngle | float | Maximum lean angle in degrees during cornering. | Category: Lean ClampMin: 0 |
| LeanSpeed | float | Speed at which the lean animation is applied during cornering. | Category: Lean ClampMin: 0 |
| Acceleration | float | Forward acceleration rate. | Category: Acceleration ClampMin: 0 |
| ReverseAcceleration | float | Reverse acceleration rate. | Category: Acceleration ClampMin: 0 |
| BrakeDeceleration | float | Braking deceleration rate. | Category: Acceleration ClampMin: 0 |
| NaturalDeceleration | float | Natural deceleration rate when no input is applied. | Category: Acceleration ClampMin: 0 |
| SlideDecelertaion | float | Deceleration rate during a slide. | Category: Acceleration ClampMin: 0 |
| SteeringSensitivity | float | Steering responsiveness multiplier. | Category: Steering ClampMin: 0 |