Struct TireAssembly Last update: 16.07.2025 Namespace: VM.API.Pre.Car Assembly: VM.API.Pre.Car.dll This struct represents the tire assembly public struct TireAssembly Constructors TireAssembly(string) Constructor public TireAssembly(string wheelPath) Parameters wheelPath string The wheel path. Properties WheelPath Gets or sets the suspension path. public string WheelPath { readonly get; set; } Property Value string