Jolt Physics
A multi core friendly Game Physics Engine
Loading...
Searching...
No Matches
VehicleTrack.h File Reference

Go to the source code of this file.

Classes

class  VehicleTrackSettings
 Generic properties for tank tracks. More...
 
class  VehicleTrack
 Runtime data for tank tracks. More...
 

Typedefs

using VehicleTracks = VehicleTrack[(int) ETrackSide::Num]
 

Enumerations

enum class  ETrackSide : uint { Left = 0 , Right = 1 , Num = 2 }
 On which side of the vehicle the track is located (for steering) More...
 

Typedef Documentation

◆ VehicleTracks

Enumeration Type Documentation

◆ ETrackSide

enum class ETrackSide : uint
strong

On which side of the vehicle the track is located (for steering)

Enumerator
Left 
Right 
Num