VehicleWheel.dampingRelaxation

The damping applied to the spring when relaxing. This value should be between 0.0 (no damping) and 1.0. This value should always be slightly higher than the dampingCompression property. For a dampingCompression value of 0.3, try a relaxation value of 0.5.

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

Meta