| ConstraintSettingsAllowedAngularDeviation Property |
Gets or sets the allowed angular error of constraints.
Namespace: DigitalRune.Physics.SettingsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax public float AllowedAngularDeviation { get; set; }
Public Property AllowedAngularDeviation As Single
Get
Set
public:
property float AllowedAngularDeviation {
float get ();
void set (float value);
}
member AllowedAngularDeviation : float32 with get, set
Property Value
Type:
SingleThe absolute allowed angular error of constraints. The default is 0.01.
Exceptions See Also