Click or drag to resize
DigitalRuneRagdollMotorMaxConstraintForce Property
Gets or sets the maximal force that is applied by 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 MaxConstraintForce { get; set; }

Property Value

Type: Single
The maximal force of a constraint motor. The default value is +∞.
Remarks
This property defines the maximal force that the constraint motor can apply. This property is not used by velocity motors.
See Also