Class SetupUiApplyPayload
- Namespace
- LibreRally.HUD
- Assembly
- LibreRally.dll
Contains the data for a setup application request.
public sealed class SetupUiApplyPayload
- Inheritance
-
SetupUiApplyPayload
- Inherited Members
Properties
HasChanges
Gets a value indicating whether this payload contains any changes.
public bool HasChanges { get; }
Property Value
PressureOverrides
Gets the dictionary of tyre pressure overrides per axle.
public Dictionary<VehicleSetupAxle, float> PressureOverrides { get; }
Property Value
RequiresReload
Gets a value indicating whether any changes in this payload require a vehicle reload.
public bool RequiresReload { get; }
Property Value
SummaryText
Gets a human-readable summary of the changes in this payload.
public string SummaryText { get; init; }
Property Value
VariableOverrides
Gets the dictionary of BeamNG variable overrides.
public Dictionary<string, float> VariableOverrides { get; }