| DampedSpringLength Property |
Gets or sets the rest length of the spring.
Namespace: DigitalRune.Physics.ForceEffectsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax public float Length { get; set; }
Public Property Length As Single
Get
Set
public:
property float Length {
float get ();
void set (float value);
}
member Length : float32 with get, set
Property Value
Type:
SingleThe 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