| WheelMaxSuspensionForce Property |
Gets or sets the max suspension force.
Namespace: DigitalRune.Physics.SpecializedAssembly: DigitalRune.Physics.Specialized (in DigitalRune.Physics.Specialized.dll) Version: 1.10.0.0 (1.10.0.0)
Syntax public float MaxSuspensionForce { get; set; }
Public Property MaxSuspensionForce As Single
Get
Set
public:
property float MaxSuspensionForce {
float get ();
void set (float value);
}
member MaxSuspensionForce : float32 with get, set
Property Value
Type:
SingleThe max suspension force.
Remarks
When the suspension is compressed, it executes a force onto the chassis body. This
suspension force is limited by the
MaxSuspensionForce. This limit
does not apply when the
MinSuspensionLength is reached because then
a larger force can be applied to the chassis to stop the wheel from moving further
into the chassis body.
See Also