Click or drag to resize
DigitalRuneRagdollMotorConstraintSpring Property
Gets or sets the spring constant of a constraint motor.

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

Property Value

Type: Single
The spring constant of a constraint motor. The default value is 1e7.
Remarks
This property is not used by velocity motors.
See Also