| MaterialPropertyCombinerFrictionMode Property |
Gets or sets the mode that is used to combine friction coefficients.
Namespace: DigitalRune.Physics.MaterialsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax public MaterialPropertyCombinerMode FrictionMode { get; set; }
Public Property FrictionMode As MaterialPropertyCombinerMode
Get
Set
public:
property MaterialPropertyCombinerMode FrictionMode {
MaterialPropertyCombinerMode get ();
void set (MaterialPropertyCombinerMode value);
}
member FrictionMode : MaterialPropertyCombinerMode with get, set
Property Value
Type:
MaterialPropertyCombinerMode
The mode that is used to combine friction coefficients.
The default is
GeometricMean.
See Also