unreal.WheelSweepType

class unreal.WheelSweepType

Bases: unreal.EnumBase

EWheel Sweep Type

C++ Source:

  • Plugin: PhysXVehicles

  • Module: PhysXVehicles

  • File: VehicleWheel.h

COMPLEX

Sweeps against complex geometry only

Type

2

SIMPLE

Sweeps against simple geometry only

Type

1

SIMPLE_AND_COMPLEX

Sweeps against both simple and complex geometry.

Type

0