Table of Contents

Enum Sector

Namespace
rF2SharedMemoryNet.RF2Data.Enums
Assembly
rF2SharedMemoryNet.dll

Represents the sectors of a racing track as defined in the rFactor 2 simulation.

public enum Sector

Fields

Sector1 = 1

Sector 1

Sector2 = 2

Sector 2

Sector3 = 0

Sector 3, last sector of the track.

Remarks

The sectors are numbered sequentially, with Sector1 representing the first sector, Sector2 the second sector, and Sector3 the third sector. This enumeration is commonly used to identify specific track segments in telemetry or timing data.