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