Table of Contents

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

SourcePartName string

The name of the source JBeam part.

SourceSlotType string

The slot type of the source JBeam part.

Options JBeamPressureWheelOptions

The resolved pressure wheel options.

Properties

Options

The resolved pressure wheel options.

public JBeamPressureWheelOptions Options { get; init; }

Property Value

JBeamPressureWheelOptions

SourcePartName

The name of the source JBeam part.

public string SourcePartName { get; init; }

Property Value

string

SourceSlotType

The slot type of the source JBeam part.

public string SourceSlotType { get; init; }

Property Value

string