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