Struct FullCarAssembly
Last update: 16.07.2025Namespace: VM.API.Pre.Car
Assembly: VM.API.Pre.Car.dll
This struct represents the full car assembly
public struct FullCarAssembly
Constructors
FullCarAssembly(string, string, string, string, string, string, string, string, string)
Constructor
public FullCarAssembly(string frontSuspensionPath, string rearSuspensionPath, string steeringPath, string frontWheelPath, string rearWheelPath, string bodyPath, string brakePath, string powerTrainPath, string otherPath)
Parameters
frontSuspensionPath string
The front suspension path.
rearSuspensionPath string
The rear suspension path.
steeringPath string
The steering path.
frontWheelPath string
The front wheel path.
rearWheelPath string
The rear wheel path.
bodyPath string
The body path.
brakePath string
The brake path.
powerTrainPath string
The power train path.
otherPath string
The other path.
Properties
BodyPath
Gets or sets the body path.
public string BodyPath { readonly get; set; }
Property Value
BrakePath
Gets or sets the brake path.
public string BrakePath { readonly get; set; }
Property Value
FrontSuspensionPath
Gets or sets the front suspension path.
public string FrontSuspensionPath { readonly get; set; }
Property Value
FrontWheelPath
Gets or sets the front wheel path.
public string FrontWheelPath { readonly get; set; }
Property Value
OtherPath
Gets or sets the other path.
public string OtherPath { readonly get; set; }
Property Value
PowerTrainPath
Gets or sets the power train path.
public string PowerTrainPath { readonly get; set; }
Property Value
RearSuspensionPath
Gets or sets the rear suspension path.
public string RearSuspensionPath { readonly get; set; }
Property Value
RearWheelPath
Gets or sets the rear wheel path.
public string RearWheelPath { readonly get; set; }
Property Value
SteeringPath
Gets or sets the steering path.
public string SteeringPath { readonly get; set; }