Table of Contents

Enum WheelIndex

Namespace
rF2SharedMemoryNet.RF2Data.Enums
Assembly
rF2SharedMemoryNet.dll

Represents the index of a wheel on a vehicle in rFactor 2.

public enum WheelIndex

Fields

FrontLeft = 0

Front-left wheel

FrontRight = 1

Front-right wheel

RearLeft = 2

Rear-left wheel

RearRight = 3

Rear-right wheel

Remarks

This enumeration is used to identify specific wheels on a vehicle, such as the front-left or rear-right. The values correspond to the zero-based index of the wheel.