Function VehicleWheel.useAsTraction
If true, this wheel transfers engine force to the ground to propel the vehicle forward. This value is used in conjunction with VehicleBody and ignored if you are using the per-wheel engineForce value instead.
bool useAsTraction() nothrow @property @nogc;
void useAsTraction
(
bool v
) nothrow @property @nogc;