TruckType

public enum TruckType : UInt32, CaseIterable, Codable

Specifies the type of truck.

  • A truck on a single frame with a permanently attached cargo area.

    Declaration

    Swift

    case straight
  • A towing vehicle that can pull one or more semi-trailers (AKA semi-truck.)

    Declaration

    Swift

    case tractor