| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | net.gtaun.shoebill.constant.VehicleModelInfoType | |
To be used with getModelInfo.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| VehicleModelInfoType | FRONTSEAT | Position of the front seat (calculated from the center of the vehicle) | |||||||||
| VehicleModelInfoType | FRONT_BUMPER_Z | Height of the front bumper | |||||||||
| VehicleModelInfoType | PETROLCAP | Position of the fuel cap (calculated from the center of the vehicle) | |||||||||
| VehicleModelInfoType | REARSEAT | Position of the rear seat (calculated from the center of the vehicle) | |||||||||
| VehicleModelInfoType | REAR_BUMPER_Z | Height of the rear bumper | |||||||||
| VehicleModelInfoType | SIZE | Vehicle size | |||||||||
| VehicleModelInfoType | WHEELSFRONT | Position of the front wheels (calculated from the center of the vehicle) | |||||||||
| VehicleModelInfoType | WHEELSMID | Position of the middle wheels (applies to vehicles with 3 axes, calculated from the center of the vehicle) | |||||||||
| VehicleModelInfoType | WHEELSREAR | Position of the rear wheels (calculated from the center of the vehicle) | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static VehicleModelInfoType | get(int value) | ||||||||||
| int | getValue() | ||||||||||
| static VehicleModelInfoType | valueOf(String name) | ||||||||||
| final static VehicleModelInfoType[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Position of the front seat (calculated from the center of the vehicle)
Position of the fuel cap (calculated from the center of the vehicle)
Position of the rear seat (calculated from the center of the vehicle)
Position of the front wheels (calculated from the center of the vehicle)
Position of the middle wheels (applies to vehicles with 3 axes, calculated from the center of the vehicle)
Position of the rear wheels (calculated from the center of the vehicle)