VehicleWheel.suspensionMaxForce

The maximum force the spring can resist. This value should be higher than a quarter of the RigidBody.mass of the VehicleBody or the spring will not carry the weight of the vehicle. Good results are often obtained by a value that is about 3× to 4× this number.

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

Meta