Skip to main content

VehicleAI

class VehicleAI

Vehicle AI.


public class VehicleAI extends Component

— Constructors (1) —

ConstructorDescription
VehicleAI()Creates a new VehicleAI instance.

— Methods (4) —

NameDescription
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.