unreal.TorqueCombineMethod

class unreal.TorqueCombineMethod

Bases: EnumBase

ETorque Combine Method

C++ Source:

  • Plugin: ChaosVehiclesPlugin

  • Module: ChaosVehicles

  • File: ChaosVehicleWheel.h

ADDITIVE: TorqueCombineMethod

Combine external torque with existing torques, must set external torque every frame

Type:

2

NONE: TorqueCombineMethod

External torque value has no effect - default *

Type:

0

OVERRIDE: TorqueCombineMethod

completely replace existing torques, can set and forget will apply same torque every frame until zeroed

Type:

1