Click or drag to resize
DigitalRuneMaterialPropertyCombinerMaxRestitution Property
Gets or sets the maximal restitution value.

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

Property Value

Type: Single
The maximal restitution value. The default value is 1.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue is negative.
See Also