VehicleWheel.wheelRestLength

This is the distance in meters the wheel is lowered from its origin point. Don't set this to 0.0 and move the wheel into position, instead move the origin point of your wheel (the gizmo in Godot) to the position the wheel will take when bottoming out, then use the rest length to move the wheel down to the position it should be in when the car is in rest.

  1. double wheelRestLength [@property getter]
    struct VehicleWheel
    @nogc nothrow @property
    double
    wheelRestLength
    ()
  2. double wheelRestLength [@property setter]

Meta