Click or drag to resize
DigitalRuneMaterialPropertyCombinerFrictionMode Property
Gets or sets the mode that is used to combine friction coefficients.

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

Property Value

Type: MaterialPropertyCombinerMode
The mode that is used to combine friction coefficients. The default is GeometricMean.
See Also