VehicleAIWheel
class VehicleAIWheel
Wheeled AI for VehicleAI.
public class VehicleAIWheel extends Component
— Constructors (1) —
Constructor | Description |
---|---|
VehicleAIWheel() | Creates a new instance of VehicleAIWheel. |
— Methods (4) —
Name | Description |
---|---|
boolean isSteerWheel() | Returns true if the steering wheel will have action on the wheel, returns false if not. |
void setSteerWheel(boolean steerWheel) | Defines whether or not the steering wheel will have action on the wheel. |
boolean isTorqueWheel() | Returns true if the wheel has torque, returns false if not. |
void setTorqueWheel(boolean steerWheel) | Defines whether or not the wheel will have torque. |