Table of Contents

Class VehiclePowertrainResolver

Namespace
LibreRally.Vehicle
Assembly
LibreRally.dll

Builds VehiclePowertrainSetup instances from assembled BeamNG vehicle definitions.

public static class VehiclePowertrainResolver
Inheritance
VehiclePowertrainResolver
Inherited Members

Methods

Resolve(VehicleDefinition)

Resolves the powertrain, gearing, and thermal data needed to simulate the given vehicle.

public static VehiclePowertrainSetup Resolve(VehicleDefinition definition)

Parameters

definition VehicleDefinition

Assembled vehicle definition to inspect.

Returns

VehiclePowertrainSetup

The resolved runtime powertrain setup.