VehicleAI
class VehicleAI
Vehicle AI.
public class VehicleAI extends Component
— Constructors (1) —
Constructor | Description |
---|---|
VehicleAI() | Creates a new VehicleAI instance. |
— Methods (4) —
Name | Description |
---|---|
float getMaxSteerAngle() | Returns the current maximum steering angle of the VehicleAI. |
void setMaxSteerAngle(float maxSteerAngle) | Sets the current maximum steering angle of the VehicleAI. |
float getMaxTorque() | Returns the maximum torque of the VehicleAI. |
void setMaxTorque(float maxTorque) | Sets the maximum torque of the VehicleAI. |