Skip to main content

VehicleAIWheel

class VehicleAIWheel

Wheeled AI for VehicleAI.


public class VehicleAIWheel extends Component

— Constructors (1) —

ConstructorDescription
VehicleAIWheel()Creates a new instance of VehicleAIWheel.

— Methods (4) —

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