Click or drag to resize
DigitalRuneUniformMaterialStaticFriction Property
Gets or sets the static friction coefficient.

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

Property Value

Type: Single
The static friction coefficient in the range [0, ∞[. The default value is 0.5.
Remarks
Dry friction resists relative lateral motion of two solid surfaces in contact. Dry friction is subdivided into static friction between non-moving surfaces and dynamic friction between moving surfaces.
See Also