Enum VehicleModelInfoType
Specifies the type of information available for a vehicle model.
public enum VehicleModelInfoType
Fields
FrontBumperZ = 8Represents the Z position of the front bumper.
FrontSeat = 2Represents the position of the front seat.
PetrolCap = 4Represents the position of the petrol cap.
RearBumperZ = 9Represents the Z position of the rear bumper.
RearSeat = 3Represents the position of the rear seat.
Size = 1Represents the size of the vehicle model.
WheelsFront = 5Represents the position of the front wheels.
WheelsMid = 7Represents the position of the mid wheels.
WheelsRear = 6Represents the position of the rear wheels.