| MaterialPropertyCombinerMaxRestitution Property |
Gets or sets the maximal restitution value.
Namespace: DigitalRune.Physics.MaterialsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax public float MaxRestitution { get; set; }
Public Property MaxRestitution As Single
Get
Set
public:
property float MaxRestitution {
float get ();
void set (float value);
}
member MaxRestitution : float32 with get, set
Property Value
Type:
SingleThe maximal restitution value. The default value is 1.
Exceptions See Also