| DampingAngularDamping Property |
The angular damping coefficient.
Namespace: DigitalRune.Physics.ForceEffectsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax public float AngularDamping { get; set; }
Public Property AngularDamping As Single
Get
Set
public:
property float AngularDamping {
float get ();
void set (float value);
}
member AngularDamping : float32 with get, set
Property Value
Type:
SingleThe angular damping. The default value is
0.2.
Remarks
The higher this constant is, the higher the damping force will be that damps rotational
movement.
See Also