Package zombie.vehicles
Class BaseVehicle.WheelInfo
java.lang.Object
zombie.vehicles.BaseVehicle.WheelInfo
- Enclosing class:
- BaseVehicle
public static class BaseVehicle.WheelInfo
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description float
rotation
float
skidInfo
float
steering
float
suspensionLength
-
Constructor Summary
Constructors Constructor Description WheelInfo()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
steering
public float steering -
rotation
public float rotation -
skidInfo
public float skidInfo -
suspensionLength
public float suspensionLength
-
-
Constructor Details
-
WheelInfo
public WheelInfo()
-