Class AssembledPressureWheelOptions
- Namespace
- LibreRally.Vehicle
- Assembly
- LibreRally.dll
Assembled Options for a pressure-based wheel.
public record AssembledPressureWheelOptions : IEquatable<AssembledPressureWheelOptions>
- Inheritance
-
AssembledPressureWheelOptions
- Implements
- Inherited Members
Constructors
AssembledPressureWheelOptions(string, string, JBeamPressureWheelOptions)
Assembled Options for a pressure-based wheel.
public AssembledPressureWheelOptions(string SourcePartName, string SourceSlotType, JBeamPressureWheelOptions Options)
Parameters
SourcePartNamestringThe name of the source JBeam part.
SourceSlotTypestringThe slot type of the source JBeam part.
OptionsJBeamPressureWheelOptionsThe resolved pressure wheel options.
Properties
Options
The resolved pressure wheel options.
public JBeamPressureWheelOptions Options { get; init; }
Property Value
SourcePartName
The name of the source JBeam part.
public string SourcePartName { get; init; }
Property Value
SourceSlotType
The slot type of the source JBeam part.
public string SourceSlotType { get; init; }