Click or drag to resize
DigitalRuneSleepingSettingsAngularVelocityThreshold Property
Gets or sets the angular sleeping velocity threshold.

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

Property Value

Type: Single
The angular velocity threshold. The default is 0.5.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue is negative.
See Also