| WheelSuspensionRestLength Property |
Gets or sets the rest length of the suspension.
Namespace: DigitalRune.Physics.SpecializedAssembly: DigitalRune.Physics.Specialized (in DigitalRune.Physics.Specialized.dll) Version: 1.10.0.0 (1.10.0.0)
Syntax public float SuspensionRestLength { get; set; }
Public Property SuspensionRestLength As Single
Get
Set
public:
property float SuspensionRestLength {
float get ();
void set (float value);
}
member SuspensionRestLength : float32 with get, set
Property Value
Type:
SingleThe length of the suspension when no forces are acting on the wheel.
See Also