Click or drag to resize
DigitalRuneDampedSpringLength Property
Gets or sets the rest length of the spring.

Namespace: DigitalRune.Physics.ForceEffects
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
public float Length { get; set; }

Property Value

Type: Single
The length. The default value is 0.
Remarks
If the current length of the spring is equal to this value, then the spring does not apply forces to the attached bodies.
See Also