Table of Contents

Struct Graphics

Namespace
rF2SharedMemoryNet.RF2Data.Structs
Assembly
rF2SharedMemoryNet.dll

Represents the graphics data structure used in rFactor 2, containing versioning information and detailed graphics settings.

public struct Graphics
Inherited Members

Remarks

This structure is primarily used to store and transfer graphics-related information, including version update ranges and detailed graphics settings. It is designed for interoperability with unmanaged code, using sequential layout and ANSI character set.

Fields

GraphicsInfo

Represents the graphics information for the RF2 simulation.

public GraphicsInfo GraphicsInfo

Field Value

GraphicsInfo

Remarks

This field contains details about the graphical settings or state of the RF2 simulation. It may include information such as resolution, rendering settings, or other graphical parameters.

VersionUpdateBegin

Represents the version number at which an update process begins.

public uint VersionUpdateBegin

Field Value

uint

VersionUpdateEnd

Represents the version number at the end of an update process.

public uint VersionUpdateEnd

Field Value

uint