Struct VehicleModelInfo
Represents detailed information about a vehicle model.
public readonly struct VehicleModelInfo
- Inherited Members
Fields
FrontBumperZ
Gets the Z position of the front bumper.
public readonly float FrontBumperZ
Field Value
FrontSeat
Gets the position of the front seat.
public readonly Vector3 FrontSeat
Field Value
FrontWheel
Gets the position of the front wheel.
public readonly Vector3 FrontWheel
Field Value
MidWheel
Gets the position of the mid wheel.
public readonly Vector3 MidWheel
Field Value
PetrolCap
Gets the position of the petrol cap.
public readonly Vector3 PetrolCap
Field Value
RearBumperZ
Gets the Z position of the rear bumper.
public readonly float RearBumperZ
Field Value
RearSeat
Gets the position of the rear seat.
public readonly Vector3 RearSeat
Field Value
RearWheel
Gets the position of the rear wheel.
public readonly Vector3 RearWheel
Field Value
Size
Gets the size of the vehicle model.
public readonly Vector3 Size