Click or drag to resize
DigitalRuneMaterialPropertyCombinerRestitutionMode Property
Gets or sets the mode that is used to combine coefficients of restitution.

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

Property Value

Type: MaterialPropertyCombinerMode
The mode that is used to combine coefficients of restitution. The default is Multiply.
See Also