Click or drag to resize
DigitalRuneWheelMotorForce Property
Gets or sets the motor force.

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

Property Value

Type: Single
The motor force.
Remarks
Values greater than 0 will make the car drive into the steering direction. Values less than 0 will make the car drive backwards.
See Also