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