Click or drag to resize
DigitalRuneSimulationSettingsMaterialPropertyCombiner Property
Gets or sets the material property combiner.

Namespace: DigitalRune.Physics.Settings
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
public IMaterialPropertyCombiner MaterialPropertyCombiner { get; set; }

Property Value

Type: IMaterialPropertyCombiner
The material property combiner. The default is a new instance of type MaterialPropertyCombiner.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is .
Remarks
The material combiner is used to compute material settings of touching bodies. See IMaterialPropertyCombiner for more information. This object can be replaced to use a custom material combination strategy.
See Also