| RagdollMotorConstraintDamping Property |
Gets or sets the damping constant of a constraint motor.
Namespace: DigitalRune.Physics.SpecializedAssembly: DigitalRune.Physics.Specialized (in DigitalRune.Physics.Specialized.dll) Version: 1.10.0.0 (1.10.0.0)
Syntax public float ConstraintDamping { get; set; }
Public Property ConstraintDamping As Single
Get
Set
public:
property float ConstraintDamping {
float get ();
void set (float value);
}
member ConstraintDamping : float32 with get, set
Property Value
Type:
SingleThe damping constant of a constraint motor. The default value is 1e6.
Remarks
This property is not used by velocity motors.
See Also