| WheelBrakeForce Property |
Gets or sets the brake force.
Namespace: DigitalRune.Physics.SpecializedAssembly: DigitalRune.Physics.Specialized (in DigitalRune.Physics.Specialized.dll) Version: 1.10.0.0 (1.10.0.0)
Syntax public float BrakeForce { get; set; }
Public Property BrakeForce As Single
Get
Set
public:
property float BrakeForce {
float get ();
void set (float value);
}
member BrakeForce : float32 with get, set
Property Value
Type:
SingleThe brake force. (Must be positive.)
Remarks
A value greater than 0 makes the car slow down.
See Also