Click or drag to resize
DigitalRuneRagdollMotorConstraintDamping Property
Gets or sets the damping 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 ConstraintDamping { get; set; }

Property Value

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